summaryrefslogtreecommitdiff
path: root/tosrvcmds.go
diff options
context:
space:
mode:
Diffstat (limited to 'tosrvcmds.go')
-rw-r--r--tosrvcmds.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/tosrvcmds.go b/tosrvcmds.go
index a0cb50a..8e79ece 100644
--- a/tosrvcmds.go
+++ b/tosrvcmds.go
@@ -135,6 +135,13 @@ type ToSrvReqMedia struct {
Filenames []string
}
+// ToSrvHaveMedia informs the server about the dynamic media
+// the client has received.
+type ToSrvHaveMedia struct {
+ //mt:len8
+ Tokens []uint32
+}
+
type ToSrvCltReady struct {
// Version information.
Major, Minor, Patch uint8