dect
/
libnl
Archived
13
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Thomas Graf faef2fa45f genl: Support registration of families without depending on caches
Introduces the functions genl_register_family() and
genl_unregister_family() to register a Generic Netlink family
which does not implement a cachable type.

API users can direct received messages into genl_handle_msg() which
will validate the messages and call the callback functions defined
in the commands definition.

See test/test-genl.c for an example on how to use it.
2012-06-01 11:48:08 +02:00
Thomas Graf e78975aea8 tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00
Thomas Graf 562c5323af test updates 2008-08-20 12:01:50 +02:00
Thomas Graf 44d362409d Initial import 2007-09-15 01:28:01 +02:00