summaryrefslogtreecommitdiff
path: root/include/netlink/cache-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/cache-api.h')
-rw-r--r--include/netlink/cache-api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netlink/cache-api.h b/include/netlink/cache-api.h
index 390cbea..aa5eeb6 100644
--- a/include/netlink/cache-api.h
+++ b/include/netlink/cache-api.h
@@ -186,6 +186,9 @@ struct nl_cache_ops
/** Netlink protocol */
int co_protocol;
+ /** cache object hash size **/
+ int co_hash_size;
+
/** Group definition */
struct nl_af_group * co_groups;