提供阻断方式判断函数接口

提供统计命中策略流量信息函数接口
根据sapp提供信息,实现部分统计信息
This commit is contained in:
liuxueli
2019-12-20 11:15:29 +08:00
parent 68bc2cea5b
commit fb1511e25c
6 changed files with 135 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
char TSG_MASTER_VERSION_20191211=0;
char TSG_MASTER_VERSION_20191220=0;
const char *tsg_conffile="tsgconf/main.conf";
g_tsg_para_t g_tsg_para;
@@ -360,6 +360,13 @@ extern "C" int TSG_MASTER_INIT()
FS_start(g_tsg_para.fs2_handle);
ret=tsg_statistic_init(tsg_conffile, g_tsg_para.logger);
if(ret<0)
{
MESA_handle_runtime_log(g_tsg_para.logger, RLOG_LV_FATAL, "INIT_STATISTIC", "tsg_statistic_init failed ...");
return -1;
}
return 0;
}