libnl/include/netlink-private
Arend van Spriel 934626903c nl_cb: store nl_cb_type in struct nl_cb
The application could use the same handler for multiple
nl_cb_type events. This patch stores the nl_cb_type in
the nl_cb struct during the callback. This allows the
application to obtain that information using the new
nl_cb_active_type() function. This way the callback
signature remains as is so existing applications are
not affected.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-09-05 17:46:00 +02:00
..
route Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
cache-api.h cache: Make NL_ACT_* and nl_cache_ops_(get|put)() available 2013-02-01 10:21:58 +01:00
genl.h genl: Provide internal function to resolve name to id 2013-04-01 11:14:49 +02:00
netlink.h nl_cb: store nl_cb_type in struct nl_cb 2013-09-05 17:46:00 +02:00
object-api.h Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
tc.h Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
types.h nl_cb: store nl_cb_type in struct nl_cb 2013-09-05 17:46:00 +02:00