修复发送日志初始化失败的BUG

This commit is contained in:
liuxueli
2020-05-18 19:04:26 +08:00
parent f87040a2f4
commit cbcabe06b3
2 changed files with 24 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ typedef enum _tld_type
TLD_TYPE_LONG=1,
TLD_TYPE_STRING,
TLD_TYPE_FILE,
TLD_TYPE_TOPIC,
TLD_TYPE_MAX
}TLD_TYPE;