summaryrefslogtreecommitdiff
path: root/server/include/api_module_downloader.h
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 /server/include/api_module_downloader.h
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 'server/include/api_module_downloader.h')
-rw-r--r--server/include/api_module_downloader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/include/api_module_downloader.h b/server/include/api_module_downloader.h
index 703683e..8ff8052 100644
--- a/server/include/api_module_downloader.h
+++ b/server/include/api_module_downloader.h
@@ -78,7 +78,8 @@ struct download_content_entry_s { //here is basic content entry description, thi
enum download_state_e {
stoppped = 0,
- running = 1
+ running = 1,
+ completed = 2
};