netlink: New macros for the sizes of Netlink attributes.
authorBen Pfaff <blp@nicira.com>
Mon, 26 Sep 2011 19:59:23 +0000 (12:59 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 14 Oct 2011 21:08:44 +0000 (14:08 -0700)
commit3a706b33aab1d5b79394ee74bd3a34d2bf00093c
treeebb061bc0082f27ab7c5329a7b779842f251a21a
parent46d34fefc1bd8e0f5329d4c22d59a286e3bbb260
netlink: New macros for the sizes of Netlink attributes.

I was feeling tempted in some code to just guess "hey, 32 bytes ought to
be big enough" and so on, but really it seems better to just have a
convenient way to measure.
lib/netlink.h