summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-01-20 06:31:14 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-01-20 06:31:14 +0300
commit7c4d85348ecbb9913948edc53b82efaa97d85fda (patch)
tree411379a06b9b668069f8ce6d5dac87b1243fea91 /protocol
parent09a905e401df451f12673d75dc8d4d72ee73b7c9 (diff)
protocol:
download completed state client-qt: added "download completed" subscription and status support server: module_curl: used events api in core for download state changes core: download completed event support for modules
Diffstat (limited to 'protocol')
-rw-r--r--protocol/events.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/events.proto b/protocol/events.proto
index 84903cf..3d9d03d 100644
--- a/protocol/events.proto
+++ b/protocol/events.proto
@@ -55,6 +55,7 @@ enum SUBSCRIPTION_DOWNLOAD_STATE {
SDS_STARTED = 0;
SDS_STOPPED = 1;
SDS_DELETED = 2;
+ SDS_COMPLETED = 3;
}
message subscription_download_state_change {