From 7c4d85348ecbb9913948edc53b82efaa97d85fda Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 20 Jan 2016 06:31:14 +0300 Subject: 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 --- protocol/events.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol') 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 { -- cgit v1.2.3