diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/obj.h b/include/obj.h index 6d2af8d..d217737 100644 --- a/include/obj.h +++ b/include/obj.h @@ -105,6 +105,7 @@ struct obj_ops { uint32_t type; size_t alloc_len; int nftnl_max_attr; + struct attr_policy *attr_policy; int (*set)(struct nftnl_obj *e, uint16_t type, const void *data, uint32_t data_len); const void *(*get)(const struct nftnl_obj *e, uint16_t type, uint32_t *data_len); int (*parse)(struct nftnl_obj *e, struct nlattr *attr); |