summaryrefslogtreecommitdiffstats
path: root/server/spice-experimental.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-08-31 11:00:50 +0300
committerAlon Levy <alevy@redhat.com>2010-08-31 11:00:50 +0300
commit7166d957773c6b41fcb1a295221541cf3b9611ec (patch)
tree84a76d3667dce4b37547a136db1a952692fbf48f /server/spice-experimental.h
parent061ec276ece304b76da9fabcefceb65ac06fc2d2 (diff)
downloadspice-7166d957773c6b41fcb1a295221541cf3b9611ec.tar.gz
spice-7166d957773c6b41fcb1a295221541cf3b9611ec.tar.xz
spice-7166d957773c6b41fcb1a295221541cf3b9611ec.zip
server: add subtype to SpiceCharDeviceInterface, use for vdagent
Diffstat (limited to 'server/spice-experimental.h')
-rw-r--r--server/spice-experimental.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/spice-experimental.h b/server/spice-experimental.h
index e40b3ece..7c1fdf2d 100644
--- a/server/spice-experimental.h
+++ b/server/spice-experimental.h
@@ -17,10 +17,12 @@ struct SpiceCharDeviceInterface {
struct SpiceCharDeviceInstance {
SpiceBaseInstance base;
+ const char* subtype;
SpiceCharDeviceState *st;
};
void spice_server_char_device_wakeup(SpiceCharDeviceInstance *sin);
+const char** spice_server_char_device_recognized_subtypes(void);
/* tunnel interface */