summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cache.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/cache.h b/include/cache.h
index 05233588..7d61701a 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -39,8 +39,10 @@ enum cache_level_flags {
};
struct nft_cache_filter {
- const char *table;
- const char *set;
+ struct {
+ const char *table;
+ const char *set;
+ } list;
};
struct nft_cache;