summaryrefslogtreecommitdiffstats
path: root/spice/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'spice/enums.h')
-rw-r--r--spice/enums.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/spice/enums.h b/spice/enums.h
index ba876cd..cf5715f 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -375,6 +375,7 @@ enum {
SPICE_CHANNEL_TUNNEL,
SPICE_CHANNEL_SMARTCARD,
SPICE_CHANNEL_USBREDIR,
+ SPICE_CHANNEL_PORT,
SPICE_END_CHANNEL
};
@@ -596,4 +597,17 @@ enum {
SPICE_MSGC_END_SPICEVMC
};
+enum {
+ SPICE_MSG_PORT_INIT = 201,
+ SPICE_MSG_PORT_EVENT,
+
+ SPICE_MSG_END_PORT
+};
+
+enum {
+ SPICE_MSGC_PORT_EVENT = 201,
+
+ SPICE_MSGC_END_PORT
+};
+
#endif /* _H_SPICE_ENUMS */