summaryrefslogtreecommitdiff
path: root/src/session-get.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-06 22:28:09 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-06 22:28:09 +0000
commitc8a12c44dd8a44d3f44190fc18d7df5346ef9dbb (patch)
tree02561e43fd19b36053132258580c5e17da859b70 /src/session-get.h
parentebeb4eb92a8334eb90f748c3c752c3e09a54a968 (diff)
big refactoring of the trg-remote-preferences and trg-torrent-props to reduce duplicated code. looks much nicer now.
Diffstat (limited to 'src/session-get.h')
-rw-r--r--src/session-get.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session-get.h b/src/session-get.h
index 7bb4c38..9572e1d 100644
--- a/src/session-get.h
+++ b/src/session-get.h
@@ -67,6 +67,8 @@
#define SGET_DOWNLOAD_QUEUE_SIZE "download-queue-size"
#define SGET_SEED_QUEUE_ENABLED "seed-queue-enabled"
#define SGET_SEED_QUEUE_SIZE "seed-queue-size"
+#define SGET_QUEUE_STALLED_ENABLED "queue-stalled-enabled"
+#define SGET_QUEUE_STALLED_MINUTES "queue-stalled-minutes"
const gchar *session_get_torrent_done_filename(JsonObject * s);
gboolean session_get_torrent_done_enabled(JsonObject * s);