🐞 fix(TSG-15308): 修复packet io thread启动时,intercept_policy_enforcer为空导致core
This commit is contained in:
@@ -177,6 +177,7 @@ struct tfe_proxy
|
||||
};
|
||||
|
||||
extern struct tfe_proxy * g_default_proxy;
|
||||
extern int worker_thread_ready;
|
||||
|
||||
#define TFE_PROXY_STAT_INCREASE(field, val) \
|
||||
do { __atomic_fetch_add(&g_default_proxy->stat_val[field], val, __ATOMIC_RELAXED); } while(0)
|
||||
|
||||
Reference in New Issue
Block a user