This commit is contained in:
Matt Joiner 2018-02-16 11:03:21 +11:00
parent fc03dcb859
commit dbb2936cdf
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ type Torrent struct {
// Read-locked for using storage, and write-locked for Closing.
storageLock sync.RWMutex
// TODO: Only announce stuff is used?
metainfo metainfo.MetaInfo
// The info dict. nil if we don't have it (yet).