增加MESA_handle_logger
This commit is contained in:
@@ -1001,7 +1001,7 @@ forward:
|
||||
static void forward_all_sf_packet_to_nf(struct packet_io *handle, marsio_buff_t *rx_buff, int thread_seq, void *ctx)
|
||||
{
|
||||
struct thread_ctx *thread = (struct thread_ctx *)ctx;
|
||||
struct global_metrics *g_metrics = thread->ref_metrics;
|
||||
// struct global_metrics *g_metrics = thread->ref_metrics;
|
||||
|
||||
// vxlan decode
|
||||
struct g_vxlan *g_vxlan_hdr = NULL;
|
||||
@@ -1145,7 +1145,7 @@ static int handle_session_closing(struct metadata *meta, struct ctrl_pkt_parser
|
||||
static int handle_session_active(struct metadata *meta, struct ctrl_pkt_parser *parser, int thread_seq, void *ctx)
|
||||
{
|
||||
struct thread_ctx *thread = (struct thread_ctx *)ctx;
|
||||
struct global_metrics *g_metrics = thread->ref_metrics;
|
||||
// struct global_metrics *g_metrics = thread->ref_metrics;
|
||||
|
||||
struct session_node *node = session_table_search_by_id(thread->session_table, meta->session_id);
|
||||
if (node)
|
||||
|
||||
Reference in New Issue
Block a user