diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-09-14 12:31:13 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-09-14 12:31:13 +0300 |
| commit | 1d6ced38a89547aaf2cc3745876360f0e5086474 (patch) | |
| tree | bbc627e26fb759884d8aefd4a789805a98beec31 /protocol | |
| parent | b8dd66d71676603dc3081b1de07f2e76732737bd (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.proto | 3 |
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 { |
