From 9f7b0252cc1b026fe5cced2721e031e6208299d1 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Sun, 19 Oct 2014 14:52:20 +0200 Subject: hub: change ClientData field BytesTransferred --- src/hub/src/spreadspace.org/sfive/s5types.go | 6 +++--- 1 file 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 { -- cgit v1.2.3