Android: patch
This commit is contained in:
5
tunnel/statistic/patch.go
Normal file
5
tunnel/statistic/patch.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package statistic
|
||||
|
||||
func (m *Manager) Total() (up, down int64) {
|
||||
return m.uploadTotal.Load(), m.downloadTotal.Load()
|
||||
}
|
||||
Reference in New Issue
Block a user