Update hard-code config and types.

This commit is contained in:
Christian Deacon
2025-03-01 10:39:38 -05:00
parent 2019029a4d
commit bab579949e
2 changed files with 20 additions and 1 deletions

View File

@@ -152,4 +152,9 @@ struct filter_log_event
u64 pps;
u64 bps;
} typedef filter_log_event_t;
} typedef filter_log_event_t;
struct lpm_trie_key {
u32 prefix_len;
u32 data;
} typedef LpmTrieKey;