Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Sep 5, 2016
1 parent c3c1d44 commit a17af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Session struct {
bucketCond *sync.Cond // used for waiting for tokens

streams map[uint32]*Stream // all streams in this session
streamLock sync.Mutex // locks streams && frameQueues
streamLock sync.Mutex // locks streams

die chan struct{} // flag session has died
dieLock sync.Mutex
Expand Down

0 comments on commit a17af71

Please sign in to comment.