summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-09-14 12:31:13 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-09-14 12:31:13 +0300
commit1d6ced38a89547aaf2cc3745876360f0e5086474 (patch)
treebbc627e26fb759884d8aefd4a789805a98beec31 /protocol
parentb8dd66d71676603dc3081b1de07f2e76732737bd (diff)
protocol:
added module field to client_download_add_request as required server: small handle_command redesign to avoid crashes client-qt: implemented all basic features of download add widget (working now, tested)
Diffstat (limited to 'protocol')
-rw-r--r--protocol/udm.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/udm.proto b/protocol/udm.proto
index 120fc9e..c1f1909 100644
--- a/protocol/udm.proto
+++ b/protocol/udm.proto
@@ -97,7 +97,8 @@ message download_ui_unsubscription_info {
//dowloads proto part begin
message client_download_add_request {
- repeated string_pair params = 1;
+ required string module_name = 1;
+ repeated int_string_pair params = 2;
}
message client_download_start_request {