From: Matt Joiner Date: Fri, 16 Feb 2018 00:03:21 +0000 (+1100) Subject: TODO X-Git-Tag: v1.0.0~166 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dbb2936cdf76ca2045fd74b9be2d1eee2f98fde0;p=btrtrc.git TODO --- diff --git a/torrent.go b/torrent.go index 95e7aca1..ffaedb3f 100644 --- a/torrent.go +++ b/torrent.go @@ -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).