支持https;适应版本跳跃;增加md5校验;

This commit is contained in:
linuxrc@163.com
2021-07-19 17:21:38 +08:00
parent 26b1a08500
commit 16a47fc07f
12 changed files with 291 additions and 78 deletions

View File

@@ -7,6 +7,7 @@
#include <cjson/cJSON.h>
#define MONITOR_STATUS_VERSION_ERR 3
enum DORIS_SERVER_FS_FILED
{
@@ -66,6 +67,7 @@ struct version_list_node
int32_t metalen;
int32_t cfg_type; //1-full, 2-inc
cJSON *metajson, *arrayjson;
cJSON *table_meta;
TAILQ_HEAD(__table_list_node, table_list_node) table_head;
TAILQ_ENTRY(version_list_node) version_node;