chiark / gitweb /
netlink: rework containers
authorTom Gundersen <teg@jklm.no>
Thu, 25 Jun 2015 22:02:55 +0000 (00:02 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:05:52 +0000 (10:05 +0100)
commit8224fd466a845e40723e37c225eadaf37766b822
treedfe17ab0c737366c5d2997b81fe32719f35ceec3
parentefaac19c7a909fdccd531b53072713dbd96c22b1
netlink: rework containers

Instead of representing containers as several arrays, make a new
netlink_container struct and keep one array of these structs. We
also introduce netlink_attribute structs that in the future will
hold meta-information about each atribute.
src/libsystemd/sd-netlink/netlink-internal.h
src/libsystemd/sd-netlink/netlink-message.c