aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bsc-nat-trie/bsc_nat_trie_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bsc-nat-trie/bsc_nat_trie_test.c')
-rw-r--r--tests/bsc-nat-trie/bsc_nat_trie_test.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bsc-nat-trie/bsc_nat_trie_test.c b/tests/bsc-nat-trie/bsc_nat_trie_test.c
index 3c04a9f84..1c48564a4 100644
--- a/tests/bsc-nat-trie/bsc_nat_trie_test.c
+++ b/tests/bsc-nat-trie/bsc_nat_trie_test.c
@@ -28,6 +28,14 @@
#include <string.h>
+static const struct log_info_cat log_categories[] = {
+};
+
+static const struct log_info log_info = {
+ .cat = log_categories,
+ .num_cat = ARRAY_SIZE(log_categories),
+};
+
int main(int argc, char **argv)
{
struct nat_rewrite *trie;