summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-07 15:10:00 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-07 15:10:00 +0000
commitc5b0c941f310f2b90e9d23f5dc5d89f3167cd817 (patch)
tree78d6c4211327773f00682e17a69a5260a2eb6388 /src/trg-torrent-model.h
parent13fb8f29b209e9b948375f6d7888fb8c637c2cd4 (diff)
issue 75 - show total number of seeders/leechers across trackers instead of sending/receiving peers. add new non-default columns for sending to us, receiving from us, and connected.
Diffstat (limited to 'src/trg-torrent-model.h')
-rw-r--r--src/trg-torrent-model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trg-torrent-model.h b/src/trg-torrent-model.h
index 9716a97..04096d3 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -85,6 +85,9 @@ enum {
TORRENT_COLUMN_STATUS,
TORRENT_COLUMN_SEEDS,
TORRENT_COLUMN_LEECHERS,
+ TORRENT_COLUMN_PEERS_CONNECTED,
+ TORRENT_COLUMN_PEERS_FROM_US,
+ TORRENT_COLUMN_PEERS_TO_US,
TORRENT_COLUMN_DOWNSPEED,
TORRENT_COLUMN_UPSPEED,
TORRENT_COLUMN_ETA,