summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-18 17:12:07 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 20:27:32 +0200
commit4ce4364f84a1b458b715f4c5fa83ea20fd26f749 (patch)
tree940cebe45d71099941b049a2221f0c4f6b85f4eb /common
parent3c8cb83af5cbe85e6ab41ec1c0b41c5a29230d9e (diff)
downloadspice-4ce4364f84a1b458b715f4c5fa83ea20fd26f749.tar.gz
spice-4ce4364f84a1b458b715f4c5fa83ea20fd26f749.tar.xz
spice-4ce4364f84a1b458b715f4c5fa83ea20fd26f749.zip
Make ping data @as_ptr to avoid copying data
Diffstat (limited to 'common')
-rw-r--r--common/messages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/messages.h b/common/messages.h
index 2ba14bf2..e3179490 100644
--- a/common/messages.h
+++ b/common/messages.h
@@ -150,6 +150,8 @@ typedef struct SpiceMsgMainMouseMode {
typedef struct SpiceMsgPing {
uint32_t id;
uint64_t timestamp;
+ void *data;
+ uint32_t data_len;
} SpiceMsgPing;
typedef struct SpiceMsgMainAgentDisconnect {