From 501ae0c98c985c0f284adf5b08b9437dabef8dbe Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 3 Apr 2016 16:52:52 +1000 Subject: [PATCH] Comments --- torrent.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/torrent.go b/torrent.go index 7d0e022c..3fd2e63c 100644 --- a/torrent.go +++ b/torrent.go @@ -54,10 +54,12 @@ type torrent struct { // get this from the info dict. length int64 + // The storage to open when the info dict becomes available. storageOpener storage.I - storage storage.Torrent + // Storage for torrent data. + storage storage.Torrent - // The info dict. Nil if we don't have it (yet). + // The info dict. nil if we don't have it (yet). info *metainfo.InfoEx // Active peer connections, running message stream loops. conns []*connection -- 2.48.1