summaryrefslogtreecommitdiffstats
path: root/src/vdagentd-proto-strings.h
diff options
context:
space:
mode:
authorriegamaths@gmail.com <riegamaths@gmail.com>2013-01-30 11:51:48 +0000
committerHans de Goede <hdegoede@redhat.com>2013-02-21 15:13:07 +0100
commit1cfd2161718d4399bed63a41d8e71eade5e9921b (patch)
treeec2f4e96c93be206a6f3b5cb9f2932c09d3f7aee /src/vdagentd-proto-strings.h
parent708d8d5b9891fb71262f2cc128dcfff7f7f14c3d (diff)
downloadvd_agent-1cfd2161718d4399bed63a41d8e71eade5e9921b.tar.gz
vd_agent-1cfd2161718d4399bed63a41d8e71eade5e9921b.tar.xz
vd_agent-1cfd2161718d4399bed63a41d8e71eade5e9921b.zip
file-xfer: extend protocol for communication between server and client
The new added messages correspond with vd_agent.h Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
Diffstat (limited to 'src/vdagentd-proto-strings.h')
-rw-r--r--src/vdagentd-proto-strings.h3
1 files changed, 3 insertions, 0 deletions
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