aboutsummaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-06-12 06:47:50 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-06-12 06:47:50 +0200
commitf5b44cf1811c768dc268f6097422bb50133ce913 (patch)
tree7a79d2634cf8db8ffc09bac503cdce0d4032fe29 /meta
parent1a197f171413d85b04b2d48853acb594b345dbc5 (diff)
Add special case for info_hash
Diffstat (limited to 'meta')
-rw-r--r--meta/torrent.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/torrent.go b/meta/torrent.go
index af71efb..09e2ef5 100644
--- a/meta/torrent.go
+++ b/meta/torrent.go
@@ -15,6 +15,7 @@ type Info struct {
PieceLength int `bencode:"piece length"`
Pieces []byte `bencode:"pieces"`
Files []File `bencode:"files"`
+ //Private bool
}
type Torrent struct {