summaryrefslogtreecommitdiff
path: root/src/trg-client.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-06 09:06:32 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-06 09:06:32 +0000
commitebeb4eb92a8334eb90f748c3c752c3e09a54a968 (patch)
tree2036d6a09f8bcfcfe23753d20cc9e15883105a51 /src/trg-client.h
parent7b8dc2b65b24b48d6be090e0798b31c46090780e (diff)
for new free space indicator, update session every 10th update. change min value in numgtzero cell renderer from 0 to INT64_MIN to avoid warnings, as the renderer tests for this itself. hopefully fix issue issue 79.
Diffstat (limited to 'src/trg-client.h')
-rw-r--r--src/trg-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-client.h b/src/trg-client.h
index a562f68..92a30e0 100644
--- a/src/trg-client.h
+++ b/src/trg-client.h
@@ -30,6 +30,7 @@
#define TORRENT_GET_MODE_UPDATE 3
#define TRG_NO_HOSTNAME_SET -2
+#define SESSION_UPDATE_DIVISOR 10
#include <json-glib/json-glib.h>
#include <glib-object.h>