From f4750dc7ca9ce56c54352c03bb40affe1a64c315 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 15 Sep 2015 12:49:00 +0300 Subject: client-qt: implemented handler for SERVER_DOWNLOAD_INFO_REPLY server: api: removed core_id field from download_internal_s as it always used for index in download map some useful coments core: improoved signal handler a bit fiexd bug in core_api metadata related functions (metadata_set, metadata_get, metadata_remove), now thay returning correct data basic implementation of CLIENT_DOWNLOAD_ADD handler basic implementation of module unloading curl_downloader_module: implemented metadata storing some sanity checks curl_download structure refactored a bit (simplification) --- server/include/download_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/include/download_internal.h') diff --git a/server/include/download_internal.h b/server/include/download_internal.h index 3474071..60d9608 100644 --- a/server/include/download_internal.h +++ b/server/include/download_internal.h @@ -23,7 +23,7 @@ struct download_internal_s { - int core_id, module_id; + int module_id; std::string module_name; }; -- cgit v1.2.3