mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-25 17:35:27 +00:00
smartcard: add to spice.proto
This commit is contained in:
parent
00a7b6ff3b
commit
8bea72b751
@ -1084,6 +1084,13 @@ channel TunnelChannel : BaseChannel {
|
||||
} @ctype(SpiceMsgcTunnelSocketTokens) socket_token;
|
||||
};
|
||||
|
||||
channel SmartcardChannel : BaseChannel {
|
||||
server:
|
||||
Data data = 101;
|
||||
client:
|
||||
Data data = 101;
|
||||
};
|
||||
|
||||
protocol Spice {
|
||||
MainChannel main = 1;
|
||||
DisplayChannel display;
|
||||
@ -1092,4 +1099,5 @@ protocol Spice {
|
||||
PlaybackChannel playback;
|
||||
RecordChannel record;
|
||||
TunnelChannel tunnel;
|
||||
SmartcardChannel smartcard;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user