]> Sergey Matveev's repositories - btrtrc.git/commitdiff
TODO
authorMatt Joiner <anacrolix@gmail.com>
Fri, 16 Feb 2018 00:03:21 +0000 (11:03 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 16 Feb 2018 00:03:21 +0000 (11:03 +1100)
torrent.go

index 95e7aca1fe779b22deb258c432d6374b5d0c6186..ffaedb3f03f6f8954ffd6debf278262bef3fbee2 100644 (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).