summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h
index 3130b2c0..05233588 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -40,6 +40,7 @@ enum cache_level_flags {
struct nft_cache_filter {
const char *table;
+ const char *set;
};
struct nft_cache;