No description
Find a file
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
doc [PATCH] Remove autogenerated files from git and add them to .gitignore. 2008-01-10 14:57:10 +01:00
include Allow to pass multiple group values to membership functions 2008-12-03 19:54:21 +01:00
lib Allow to pass multiple group values to membership functions 2008-12-03 19:54:21 +01:00
src libnl: nfqueue: add nfqueue specific socket allocation function 2008-10-23 13:59:40 +02:00
tests test updates 2008-08-20 12:01:50 +02:00
.gitignore ignore more temporary files 2008-05-05 17:13:02 +02:00
aclocal.m4 Initial import 2007-09-15 01:28:01 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in adapt configure to generate libnl-2.0.pc 2008-08-19 01:48:50 +02:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
install-sh Initial import 2007-09-15 01:28:01 +02:00
libnl-2.0.pc.in Changed libnl-1.pc.in to libnl-2.0.pc.in 2008-08-19 01:46:22 +02:00
Makefile Changed libnl-1.pc.in to libnl-2.0.pc.in 2008-08-19 01:46:22 +02:00
Makefile.opts.in Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
Makefile.rules Define datarootdir to silent autoconf 2008-04-29 23:01:39 +02:00