TSG-13864: 安全事件日志中添加common_flags_identify_info字段

This commit is contained in:
liuxueli
2023-02-28 19:20:25 +08:00
parent 814effd50e
commit df8fe8fb13
4 changed files with 37 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ int get_rawpkt_opt_from_streaminfo(const struct streaminfo * pstream, int type,
return 0;
}
#define MAX_BRIDGE_NUM 16
#define MAX_BRIDGE_NUM 32
void *g_bridge_async_data[MAX_BRIDGE_NUM]={0};
stream_bridge_free_cb_t *g_bridge_async_free[MAX_BRIDGE_NUM]={0};
stream_bridge_sync_cb_t *g_bridge_sync_cb[MAX_BRIDGE_NUM]={0};