From be569c0953fcd777ae00ae41feb9c673e4df2f23 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 11 Sep 2011 10:27:06 +0000 Subject: use thread local storage to keep one curl client per thread (by default 3) in the thread pool --- src/protocol-constants.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/protocol-constants.h') diff --git a/src/protocol-constants.h b/src/protocol-constants.h index 01fd99e..ccc91c4 100644 --- a/src/protocol-constants.h +++ b/src/protocol-constants.h @@ -25,6 +25,11 @@ #define PARAM_METHOD "method" #define FIELD_ID "id" +/* top level */ + +#define FIELD_RESULT "result" +#define FIELD_SUCCESS "success" + /* torrents */ #define FIELD_RECENTLY_ACTIVE "recently-active" -- cgit v1.2.3