From 8d77cf1f3f90bad05ad97802febd3fe3c34391fc Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 7 Sep 2011 09:45:25 +0000 Subject: issue 47 - add non-default column to display number of PEX and DHT peers to torrent treeview --- src/torrent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/torrent.h') diff --git a/src/torrent.h b/src/torrent.h index d3bf90c..44e15f5 100644 --- a/src/torrent.h +++ b/src/torrent.h @@ -58,6 +58,7 @@ gchar *torrent_get_status_string(gint64 rpcv, gint64 value); gchar *torrent_get_status_icon(gint64 rpcv, guint flags); guint32 torrent_get_flags(JsonObject * t, gint64 rpcv, gint64 status, gint64 downRate, gint64 upRate); JsonArray *torrent_get_peers(JsonObject * t); +JsonObject *torrent_get_peersfrom(JsonObject * t); JsonArray *torrent_get_tracker_stats(JsonObject * t); JsonArray *torrent_get_wanted(JsonObject * t); JsonArray *torrent_get_priorities(JsonObject * t); -- cgit v1.2.3