Changeset 409 in code for trunk/user.go
- Timestamp:
- Aug 20, 2020, 6:05:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user.go
r406 r409 52 52 53 53 type networkHistory struct { 54 clients map[string]uint64 // indexed by client name 55 ring *Ring // can be nil if there are no offline clients 54 clients map[string]string // indexed by client name 56 55 } 57 56
Note:
See TracChangeset
for help on using the changeset viewer.