torrent.go | 1 + diff --git a/torrent.go b/torrent.go index 95e7aca1fe779b22deb258c432d6374b5d0c6186..ffaedb3f03f6f8954ffd6debf278262bef3fbee2 100644 --- a/torrent.go +++ b/torrent.go @@ -75,6 +75,7 @@ storage *storage.Torrent // 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).