From 8819217948c6717b1f57114d2c710f1fc612dd9c Mon Sep 17 00:00:00 2001 From: Yang Yubo Date: Wed, 8 Mar 2023 11:06:20 +0800 Subject: [PATCH] del 'uint32_t identify[SESSION_MARKER_ALL_FIELD_NUM]' int struct session_marker_notify_ctx --- src/tsg_send_log.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tsg_send_log.cpp b/src/tsg_send_log.cpp index a10bb9e..5cdb35c 100644 --- a/src/tsg_send_log.cpp +++ b/src/tsg_send_log.cpp @@ -1326,12 +1326,9 @@ static int set_tunnel_ipv4v6_port(struct tsg_log_instance_t *_instance, struct T return 0; } -#define SESSION_MARKER_ALL_FIELD_NUM 13 - struct session_marker_notify_ctx { uint64_t flags; - uint32_t identify[SESSION_MARKER_ALL_FIELD_NUM]; char *identify_str; };