diff options
Diffstat (limited to 'hotline/stats.go')
| -rw-r--r-- | hotline/stats.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hotline/stats.go b/hotline/stats.go index 4fa683a..bc06a69 100644 --- a/hotline/stats.go +++ b/hotline/stats.go @@ -8,10 +8,10 @@ type Stats struct { CurrentlyConnected int DownloadsInProgress int UploadsInProgress int + WaitingDownloads int ConnectionPeak int + ConnectionCounter int DownloadCounter int UploadCounter int - - LoginCount int `yaml:"login count"` - StartTime time.Time `yaml:"start time"` + Since time.Time } |