]> Sergey Matveev's repositories - vors.git/blobdiff - cmd/server/stats.go
Noising
[vors.git] / cmd / server / stats.go
index b4c324ba158fb1ac838174d87a1e3f0d7deb1bb3e89a4e4c8aac87bf362f93a1..86c010e61dae851da0c8f5b7142e3039ada609d70023cbf5d13d778910d9ee97 100644 (file)
@@ -8,5 +8,5 @@ type Stats struct {
        bytesRx uint64
        bytesTx uint64
        last    time.Time
-       dead    chan struct{}
+       alive   chan struct{}
 }