aboutsummaryrefslogtreecommitdiff
path: root/meta/torrent.go
diff options
context:
space:
mode:
Diffstat (limited to 'meta/torrent.go')
-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 {