summaryrefslogtreecommitdiffstats
path: root/server/char-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/char-device.h')
-rw-r--r--server/char-device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/char-device.h b/server/char-device.h
index c4039712..349dc808 100644
--- a/server/char-device.h
+++ b/server/char-device.h
@@ -111,6 +111,7 @@ typedef struct SpiceCharDeviceCallbacks {
} SpiceCharDeviceCallbacks;
SpiceCharDeviceState *spice_char_device_state_create(SpiceCharDeviceInstance *sin,
+ RedsState *reds,
uint32_t client_tokens_interval,
uint32_t self_tokens,
SpiceCharDeviceCallbacks *cbs,