summaryrefslogtreecommitdiff
path: root/src/protocol-constants.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-27 12:28:20 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-27 12:28:20 +0100
commita24407ea83d00b4f9f0c4f491c58e9c751088968 (patch)
treea2c2a7600d9eec69a7b3f9d44107321b75df9ce4 /src/protocol-constants.h
parent8ba9cdd592fdc47771c9b3bd8491db9d4510b5e7 (diff)
a details tab similar to transmission
Diffstat (limited to 'src/protocol-constants.h')
-rw-r--r--src/protocol-constants.h4
1 files changed, 3 insertions, 1 deletions
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"