diff options
Diffstat (limited to 'tosrvcmds.go')
-rw-r--r-- | tosrvcmds.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosrvcmds.go b/tosrvcmds.go index 889191c..981bedd 100644 --- a/tosrvcmds.go +++ b/tosrvcmds.go @@ -62,7 +62,7 @@ type ToSrvGotBlks struct { // ToSrvHaveMedia tells the server that the client has received the media. type ToSrvHaveMedia struct { //mt:len8 - token uint32 + Token uint32 } // ToSrvDeletedBlks tells the server that the client has deleted Blks. |