支持https;适应版本跳跃;增加md5校验;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user