summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-09-30 08:05:29 +0200
committerVictor Toso <victortoso@redhat.com>2015-09-30 08:05:29 +0200
commitdbe154d0e6d1ccfbfb335e3c39cd72922c911a16 (patch)
tree46dc1aa3e576a38bfa92341061eb734bb0531853
parent523875d8c5691bc07f4b50d89106f4f489400f0e (diff)
-rw-r--r--common/client_marshallers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/client_marshallers.h b/common/client_marshallers.h
index 522f620..18e8917 100644
--- a/common/client_marshallers.h
+++ b/common/client_marshallers.h
@@ -38,6 +38,7 @@ typedef struct {
void (*msgc_ack_sync)(SpiceMarshaller *m, SpiceMsgcAckSync *msg);
void (*msgc_pong)(SpiceMarshaller *m, SpiceMsgPing *msg);
void (*msgc_disconnecting)(SpiceMarshaller *m, SpiceMsgDisconnect *msg);
+ void (*msgc_main_ping)(SpiceMarshaller *m, SpiceMsgPing *msg);
void (*msgc_main_client_info)(SpiceMarshaller *m, SpiceMsgcClientInfo *msg);
void (*msgc_main_mouse_mode_request)(SpiceMarshaller *m, SpiceMsgcMainMouseModeRequest *msg);
void (*msgc_main_agent_start)(SpiceMarshaller *m, SpiceMsgcMainAgentStart *msg);