summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-08-29 17:14:22 +0300
committerAlon Levy <alevy@redhat.com>2010-10-06 15:54:31 +0200
commit0d29beb9b0df4566b88555f2242b08e6ba93ff06 (patch)
treee1734506e6e3b85d0caa7323d0ca35890f53d742
parent57872d78876f230750aeb8bc5eed070722c3f486 (diff)
downloadspice-protocol-smartcard.v2.tar.gz
spice-protocol-smartcard.v2.tar.xz
spice-protocol-smartcard.v2.zip
smartcard: add channelsmartcard.v2
-rw-r--r--spice/enums.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/spice/enums.h b/spice/enums.h
index 3317536..76fec0c 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -327,6 +327,7 @@ enum {
SPICE_CHANNEL_PLAYBACK,
SPICE_CHANNEL_RECORD,
SPICE_CHANNEL_TUNNEL,
+ SPICE_CHANNEL_SMARTCARD,
SPICE_END_CHANNEL
};
@@ -501,4 +502,16 @@ enum {
SPICE_MSGC_END_TUNNEL
};
+enum {
+ SPICE_MSG_SMARTCARD_DATA = 101,
+
+ SPICE_MSG_END_SMARTCARD
+};
+
+enum {
+ SPICE_MSGC_SMARTCARD_DATA = 101,
+
+ SPICE_MSGC_END_SMARTCARD
+};
+
#endif /* _H_SPICE_ENUMS */