From f5b44cf1811c768dc268f6097422bb50133ce913 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 12 Jun 2016 06:47:50 +0200 Subject: Add special case for info_hash --- meta/torrent.go | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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 { -- cgit v1.2.3