mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
More sensible comment in pkg/sessionpool.
This commit is contained in:
parent
96df319036
commit
1b21db9221
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// A SessionPool is a pool for session IDs.
|
// A SessionPool is a pool for session IDs.
|
||||||
// IDs are reclaimed in MRU order, for ease of implementation in Go.
|
// IDs are re-used in MRU order, for ease of implementation in Go.
|
||||||
type SessionPool struct {
|
type SessionPool struct {
|
||||||
mutex sync.Mutex
|
mutex sync.Mutex
|
||||||
used map[uint32]bool
|
used map[uint32]bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue