From a24407ea83d00b4f9f0c4f491c58e9c751088968 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 27 Aug 2012 12:28:20 +0100 Subject: a details tab similar to transmission --- src/protocol-constants.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/protocol-constants.h') diff --git a/src/protocol-constants.h b/src/protocol-constants.h index 8d1605b..3f29e33 100644 --- a/src/protocol-constants.h +++ b/src/protocol-constants.h @@ -40,14 +40,16 @@ #define FIELD_TOTAL_SIZE "totalSize" #define FIELD_DONE_DATE "doneDate" #define FIELD_ADDED_DATE "addedDate" +#define FIELD_DATE_CREATED "dateCreated" #define FIELD_TRACKER_STATS "trackerStats" #define FIELD_DOWNLOAD_DIR "downloadDir" #define FIELD_HASH_STRING "hashString" -#define FIELD_SWARM_SPEED "swarmSpeed" +#define FIELD_SWARM_SPEED g "swarmSpeed" #define FIELD_NAME "name" #define FIELD_SIZEWHENDONE "sizeWhenDone" #define FIELD_STATUS "status" #define FIELD_MOVE "move" +#define FIELD_CREATOR "creator" #define FIELD_LOCATION "location" #define FIELD_RATEDOWNLOAD "rateDownload" #define FIELD_RATEUPLOAD "rateUpload" -- cgit v1.2.3