server: Add a usbredir channel

This commit is contained in:
Hans de Goede 2011-07-25 11:09:12 +02:00 committed by Marc-André Lureau
parent 82ed762637
commit d69f4ccea2

View File

@ -1104,6 +1104,13 @@ client:
Data data = 101;
};
channel UsbredirChannel : BaseChannel {
server:
Data data = 101;
client:
Data data = 101;
};
protocol Spice {
MainChannel main = 1;
DisplayChannel display;
@ -1113,4 +1120,5 @@ protocol Spice {
RecordChannel record;
TunnelChannel tunnel;
SmartcardChannel smartcard;
UsbredirChannel usbredir;
};