From 1cfd2161718d4399bed63a41d8e71eade5e9921b Mon Sep 17 00:00:00 2001 From: "riegamaths@gmail.com" Date: Wed, 30 Jan 2013 11:51:48 +0000 Subject: file-xfer: extend protocol for communication between server and client The new added messages correspond with vd_agent.h Signed-off-by: Dunrong Huang --- src/vdagentd-proto-strings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vdagentd-proto-strings.h') diff --git a/src/vdagentd-proto-strings.h b/src/vdagentd-proto-strings.h index f39e25b..112eced 100644 --- a/src/vdagentd-proto-strings.h +++ b/src/vdagentd-proto-strings.h @@ -30,6 +30,9 @@ static const char * const vdagentd_messages[] = { "clipboard data", "clipboard release", "version", + "file xfer start", + "file xfer status", + "file xfer data", }; #endif -- cgit