summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/netlink-private/object-api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/netlink-private/object-api.h b/include/netlink-private/object-api.h
index a5ecaa1..6f53d27 100644
--- a/include/netlink-private/object-api.h
+++ b/include/netlink-private/object-api.h
@@ -368,6 +368,11 @@ struct nl_object_ops
* Get key attributes by family function
*/
uint32_t (*oo_id_attrs_get)(struct nl_object *);
+
+ /**
+ * Get attributes used in hash key
+ */
+ uint32_t (*oo_hash_attrs_get)(struct nl_object *);
};
/** @} */