TODO
This commit is contained in:
parent
fc03dcb859
commit
dbb2936cdf
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue