日志中输出线程ID,方便调试。

This commit is contained in:
zhengchao
2017-09-10 19:02:28 +08:00
parent 819d346b31
commit d276b664d0
5 changed files with 24 additions and 5 deletions

View File

@@ -12,7 +12,8 @@
#include "cJSON.h"
#include "map_str2int.h"
#include "Maat_rule_internal.h"
const char* maat_json="MAAT JSON";
#define maat_json (module_name_str("MAAT_JSON"))
const char* untitled_group_name="Untitled";
const int json_version=1;
#define MAX_PATH_LINE 256