From 4ce4364f84a1b458b715f4c5fa83ea20fd26f749 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 18 Jun 2010 17:12:07 +0200 Subject: Make ping data @as_ptr to avoid copying data --- common/messages.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') 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 { -- cgit