summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-03-08 22:06:12 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-03-08 22:06:12 +0000
commit69aefde9c2aeca2f295b5edd0fefc3aa621b6bee (patch)
tree95bc3c39e7ae20637a6ffbe2fed2e5e1d64aab07 /src/torrent.h
parent9d3ec7bd4b3eb8977a423debb1169f26e6888187 (diff)
use a gtktable for general panel, fixed layout is no good for a localised app. add JDM's freebsd port.
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/torrent.h b/src/torrent.h
index e76fccc..16102e4 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -30,6 +30,7 @@
#define TORRENT_FLAG_WAITING_CHECK (1 << 5) /* 0x16 */
#define TORRENT_FLAG_DOWNLOADING (1 << 6) /* 0x32 */
#define TORRENT_FLAG_PAUSED (1 << 7) /* 0x64 */
+#define FILTER_FLAG_TRACKER (1 << 8) /* 0x128 */
gint64 torrent_get_size(JsonObject * t);
const gchar *torrent_get_name(JsonObject * t);