summaryrefslogtreecommitdiffstats
path: root/server/spice-experimental.h
diff options
context:
space:
mode:
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 */