summaryrefslogtreecommitdiff
path: root/include/netlink-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink-types.h')
-rw-r--r--include/netlink-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink-types.h b/include/netlink-types.h
index 23930b8..0be58d1 100644
--- a/include/netlink-types.h
+++ b/include/netlink-types.h
@@ -30,6 +30,7 @@
struct nl_cache_ops;
struct nl_sock;
struct nl_object;
+struct nl_hash_table;
struct nl_cb
{
@@ -78,6 +79,7 @@ struct nl_cache
int c_nitems;
int c_iarg1;
int c_iarg2;
+ struct nl_hash_table * hashtable;
struct nl_cache_ops * c_ops;
};