From 7166d957773c6b41fcb1a295221541cf3b9611ec Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 31 Aug 2010 11:00:50 +0300 Subject: server: add subtype to SpiceCharDeviceInterface, use for vdagent --- server/spice-experimental.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/spice-experimental.h') 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 */ -- cgit