]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-netlink/netlink-internal.h
Merge commit 'refs/pull/436/head' of https://github.com/systemd/systemd
[thirdparty/systemd.git] / src / libsystemd / sd-netlink / netlink-internal.h
index 6f51ebe73db0f6bd565f0de13fcfe741016dd14f..4026e2c341b1333fe3e648e0e30ee6186a8372e0 100644 (file)
@@ -94,6 +94,8 @@ struct sd_netlink {
 
 struct netlink_attribute {
         size_t offset; /* offset from hdr to attribute */
+        bool nested:1;
+        bool net_byteorder:1;
 };
 
 struct netlink_container {