del 'uint32_t identify[SESSION_MARKER_ALL_FIELD_NUM]' int struct session_marker_notify_ctx

This commit is contained in:
Yang Yubo
2023-03-08 11:06:20 +08:00
parent bbc31c8d10
commit 8819217948

View File

@@ -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;
};