summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-model.h')
-rw-r--r--src/trg-torrent-model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-torrent-model.h b/src/trg-torrent-model.h
index 0367206..05862e4 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -106,12 +106,14 @@ enum {
TORRENT_COLUMN_NAME,
TORRENT_COLUMN_SIZEWHENDONE,
TORRENT_COLUMN_PERCENTDONE,
+ TORRENT_COLUMN_METADATAPERCENTCOMPLETE,
TORRENT_COLUMN_STATUS,
TORRENT_COLUMN_SEEDS,
TORRENT_COLUMN_LEECHERS,
TORRENT_COLUMN_DOWNLOADS,
TORRENT_COLUMN_PEERS_CONNECTED,
TORRENT_COLUMN_PEERS_FROM_US,
+ TORRENT_COLUMN_WEB_SEEDS_TO_US,
TORRENT_COLUMN_PEERS_TO_US,
TORRENT_COLUMN_DOWNSPEED,
TORRENT_COLUMN_UPSPEED,