History log of /external/libnl/include/netlink/object-api.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b3096c4acfb63e27c87ae1a2f6d4f611d899c12d 07-Apr-2010 Patrick McHardy <kaber@trash.net> object: fix attribute comparison

Currently two attributes are regarded as different if they are absent in
both objects to be compared. This is obviously incorrect, change to
regard objects as different if an attribute is only present on one of
them or if the attribute data differs.

Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/libnl/include/netlink/object-api.h
d84430702496f617c01c5e2d27d0e82e02390bb7 23-May-2008 Thomas Graf <tgr@lsx.localdomain> Remove old line counting while dumping
/external/libnl/include/netlink/object-api.h
508685c269275cb7ba3471c75abc689b4e3839b1 15-Sep-2007 Thomas Graf <tgraf@suug.ch> Export interface to define objects

This interface was internal so far which required all code defining
objects to be compiled with the sources available.

This change exposes struct nl_object_ops which seems safe as it
is not supposed to be embedded in other structures.

Patch contains extensive documentation to help with the creation
of own object implementations.
/external/libnl/include/netlink/object-api.h