summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-09-13 20:02:42 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:50 +0100
commit8bea72b751c3983b2e26d685a9af4f4106522d73 (patch)
tree9d02d8c26bbf6ce45540b55924261acd7526074d /spice.proto
parent00a7b6ff3be5c3d5162c80c7893679bff955ece1 (diff)
smartcard: add to spice.proto
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 3c0911d..4eeb159 100644
--- a/spice.proto
+++ b/spice.proto
@@ -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;
};