From c5df8e2495dd23b432e6caf5f6e2b8b4ec263838 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 11 Sep 2011 20:52:37 +0000 Subject: more queues support --- src/protocol-constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/protocol-constants.h') diff --git a/src/protocol-constants.h b/src/protocol-constants.h index 4a0d6ed..09faab0 100644 --- a/src/protocol-constants.h +++ b/src/protocol-constants.h @@ -118,8 +118,11 @@ #define METHOD_PORT_TEST "port-test" #define METHOD_BLOCKLIST_UPDATE "blocklist-update" #define METHOD_SESSION_STATS "session-stats" +#define METHOD_QUEUE_MOVE_TOP "queue-move-top" #define METHOD_QUEUE_MOVE_UP "queue-move-up" +#define METHOD_QUEUE_MOVE_BOTTOM "queue-move-bottom" #define METHOD_QUEUE_MOVE_DOWN "queue-move-down" +#define METHOD_TORRENT_START_NOW "torrent-start-now" #define PARAM_IDS "ids" #define PARAM_DELETE_LOCAL_DATA "delete-local-data" -- cgit v1.2.3