chiark / gitweb /
sd-rtnl:introduce table-based lookup and typesafe read() functions
authorSusant Sahani <susant@redhat.com>
Wed, 5 Mar 2014 15:13:25 +0000 (20:43 +0530)
committerTom Gundersen <teg@jklm.no>
Thu, 6 Mar 2014 18:30:09 +0000 (19:30 +0100)
This patch introduces new netlink attribute parsing logic
which is table based lookup and sd_rtnl_message_read_*
methods for reading attributes. By doing this user does not
have to loop for the attribute values . Only providing the
attribute type it gets the attribute values which is optimized
and sd_rtnl_message_read_* methods are simplified.


No differences found