libnl/include
Holger Eitzenberger 72aa861c48 Allow to pass multiple group values to membership functions
Instead of calling the membership functions several times it is
helpfull to extend the API and make the single group functions a
special case.

The value 0 (NFNLGRP_NONE) terminates this list.

Example use:

  nl_socket_add_memberships(sock, group_1, group_2, 0);
  nl_socket_drop_memberships(sock, group_1, group_2, 0);

Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
2008-12-03 19:54:21 +01:00
..
linux Update linux/rtnetlink.h to upstream version 2008-05-26 15:10:36 +02:00
netlink Allow to pass multiple group values to membership functions 2008-12-03 19:54:21 +01: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 Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
netlink-tc.h Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
netlink-types.h Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS 2008-10-20 13:02:38 +02:00