summaryrefslogtreecommitdiffstats
path: root/server/reds.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-06-28 13:59:26 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-08-27 09:04:51 +0300
commit11033ca5dcb031fea37b44dbcd07ebabc22288b8 (patch)
tree6f88ce5709f95a3a328f48097cc8f6e04db8b8a7 /server/reds.h
parent8d02c14d20f95148a65e86fbb2ec97a223fa5c24 (diff)
downloadspice-11033ca5dcb031fea37b44dbcd07ebabc22288b8.tar.gz
spice-11033ca5dcb031fea37b44dbcd07ebabc22288b8.tar.xz
spice-11033ca5dcb031fea37b44dbcd07ebabc22288b8.zip
reds: add tracking for char devices
The list of attached char_devices will be used in the next patch for notifying each instance of SpiceCharDeviceState when the vm is started or stopped.
Diffstat (limited to 'server/reds.h')
-rw-r--r--server/reds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/reds.h b/server/reds.h
index f3d2ffa0..87125d25 100644
--- a/server/reds.h
+++ b/server/reds.h
@@ -155,5 +155,6 @@ void reds_on_main_migrate_connected(void); //should be called when all the clien
void reds_on_main_receive_migrate_data(MainMigrateData *data, uint8_t *end);
void reds_on_main_mouse_mode_request(void *message, size_t size);
void reds_on_client_migrate_complete(RedClient *client);
+void reds_on_char_device_state_destroy(SpiceCharDeviceState *dev);
#endif