summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Yubo <[email protected]>2023-03-08 11:06:20 +0800
committerYang Yubo <[email protected]>2023-03-08 11:06:20 +0800
commit8819217948c6717b1f57114d2c710f1fc612dd9c (patch)
treece6daa48b42f93352f2e4b037ecb55af05421a79
parentbbc31c8d10eca128528be14666ea1dba2c118818 (diff)
del 'uint32_t identify[SESSION_MARKER_ALL_FIELD_NUM]' int struct session_marker_notify_ctxv5.10.8
-rw-r--r--src/tsg_send_log.cpp3
1 files changed, 0 insertions, 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;
};