diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hub/src/spreadspace.org/sfive/s5types.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5types.go b/src/hub/src/spreadspace.org/sfive/s5types.go index fe98961..78a877b 100644 --- a/src/hub/src/spreadspace.org/sfive/s5types.go +++ b/src/hub/src/spreadspace.org/sfive/s5types.go @@ -22,9 +22,9 @@ type SourceId struct { } type ClientData struct { - Ip string `json:"ip"` - BytesTransferred uint `json:"bytes-transferred"` - UserAgent string `json:"user-agent"` + Ip string `json:"ip"` + BytesSent uint `json:"bytes-sent"` + UserAgent string `json:"user-agent"` } type SourceData struct { |