Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0lt committed Jul 1, 2024
1 parent d48f057 commit 4912dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torrent.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ type Torrent struct {
// How many times we've initiated a DHT announce. TODO: Move into stats.
numDHTAnnounces int

mu sync.RWMutex
imu sync.RWMutex
// Name used if the info name isn't available. Should be cleared when the
// Info does become available.
mu sync.RWMutex
imu sync.RWMutex
displayName string

// The bencoded bytes of the info dict. This is actively manipulated if
Expand Down

0 comments on commit 4912dfb

Please sign in to comment.