]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge commit 'refs/pull/436/head' of https://github.com/systemd/systemd
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 14 Jul 2015 17:19:39 +0000 (19:19 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 14 Jul 2015 17:19:39 +0000 (19:19 +0200)
This merges:
  sd-netlink: respect attribute type flags

..fixing a conflict due to a typo fix.

1  2 
src/libsystemd/sd-netlink/netlink-internal.h

index 6f51ebe73db0f6bd565f0de13fcfe741016dd14f,4aa7583d0319e8b31c904d55aa47de87c8a5b21e..4026e2c341b1333fe3e648e0e30ee6186a8372e0
@@@ -93,7 -93,9 +93,9 @@@ struct sd_netlink 
  };
  
  struct netlink_attribute {
 -        size_t offset; /* offset from hdr to attirubte */
 +        size_t offset; /* offset from hdr to attribute */
+         bool nested:1;
+         bool net_byteorder:1;
  };
  
  struct netlink_container {