diff options
author | Thomas Haller <thaller@redhat.com> | 2016-02-12 17:20:35 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-02-12 17:20:42 (GMT) |
commit | 926e7777e3121bedd555359ec2b36ec522cf879d (patch) | |
tree | 70a2a6e50f333857749c52cd7c4f2aaea4a54427 /include/netlink | |
parent | 040055dbaad7fd59d865f77695884216c330df6a (diff) | |
download | libnl-926e7777e3121bedd555359ec2b36ec522cf879d.zip libnl-926e7777e3121bedd555359ec2b36ec522cf879d.tar.gz libnl-926e7777e3121bedd555359ec2b36ec522cf879d.tar.bz2 |
lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capability
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/netlink')
-rw-r--r-- | include/netlink/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/netlink/utils.h b/include/netlink/utils.h index 72a98f4..ebf12cf 100644 --- a/include/netlink/utils.h +++ b/include/netlink/utils.h @@ -191,6 +191,12 @@ enum { NL_CAPABILITY_RTNL_LINK_VXLAN_IO_COMPARE = 15, #define NL_CAPABILITY_RTNL_LINK_VXLAN_IO_COMPARE NL_CAPABILITY_RTNL_LINK_VXLAN_IO_COMPARE + /** + * Support 64 bit attributes for nl_object_diff(). + */ + NL_CAPABILITY_NL_OBJECT_DIFF64 = 16, +#define NL_CAPABILITY_NL_OBJECT_DIFF64 NL_CAPABILITY_NL_OBJECT_DIFF64 + __NL_CAPABILITY_MAX, NL_CAPABILITY_MAX = (__NL_CAPABILITY_MAX - 1), #define NL_CAPABILITY_MAX NL_CAPABILITY_MAX |