summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/torrent.h b/src/torrent.h
index 44e15f5..fc3f752 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -64,6 +64,9 @@ JsonArray *torrent_get_wanted(JsonObject * t);
JsonArray *torrent_get_priorities(JsonObject * t);
gint64 torrent_get_id(JsonObject * t);
JsonArray *torrent_get_files(JsonObject * args);
+gint64 torrent_get_peers_getting_from_us(JsonObject *args);
+gint64 torrent_get_peers_sending_to_us(JsonObject *args);
+gint64 torrent_get_peers_connected(JsonObject *args);
gdouble torrent_get_percent_done(JsonObject * t);
gint64 torrent_get_left_until_done(JsonObject * t);
gboolean torrent_get_is_finished(JsonObject * t);