TSG-22348 feature: adapt maat support UUID

This commit is contained in:
luwenpeng
2024-09-23 16:50:09 +08:00
parent 7ef8e44bca
commit 5799de5299
60 changed files with 2504 additions and 1043 deletions

View File

@@ -6,14 +6,14 @@ extern "C"
{
#endif
#include <stdint.h>
#include "utils.h"
#include "kafka.h"
struct sf_metrics_key
{
uint64_t rule_id;
uint32_t sf_profile_id;
uint32_t sff_profile_id;
uuid_t rule_uuid;
uuid_t sf_uuid;
uuid_t sff_uuid;
uint32_t vsys_id;
};