summaryrefslogtreecommitdiff
path: root/src/clientserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientserver.h')
-rw-r--r--src/clientserver.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/clientserver.h b/src/clientserver.h
index 6f9396c02..db551a90c 100644
--- a/src/clientserver.h
+++ b/src/clientserver.h
@@ -267,6 +267,8 @@ enum ToClientCommand
u32 length of data
data
}
+ u16 length of remote media server url (if applicable)
+ string url
*/
TOCLIENT_TOOLDEF = 0x39,
@@ -571,6 +573,10 @@ enum ToServerCommand
}
*/
+ TOSERVER_RECEIVED_MEDIA = 0x41,
+ /*
+ u16 command
+ */
};
#endif