libnl/include
Inaky Perez-Gonzalez 32000e8e9c libnl: recvmsgs doesn't necessarily free the message data
I stepped over libnl always freeing the messages and it
kind of made it awkward to reuse the message data without
reallocating.

The basic idea is: if a callback return value has a bit set,
don't free that message. The calling application owns it.
By default, things stay as before (messages are freed).

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2008-04-29 23:46:47 +02:00
..
linux Update local copy of linux/rtnetlink.h 2008-03-05 11:31:41 +01:00
netlink libnl: recvmsgs doesn't necessarily free the message data 2008-04-29 23:46:47 +02:00
Makefile [LIBNL]: Install netlink/route/link headers 2008-03-29 13:20:25 +01:00
netlink-generic.h Initial import 2007-09-15 01:28:01 +02:00
netlink-local.h Export nl_dump_line() and automatically count lines while dumping 2008-04-29 23:08:12 +02:00
netlink-tc.h Initial import 2007-09-15 01:28:01 +02:00
netlink-types.h Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00