Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: don't include kernel headers in public libnl3 headers | Thomas Haller | 2017-03-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | It would be desirable not to include kernel headers in our public libnl3 headers. As a test, remove all those includes, and fix compilation by explicitly including the kernel headers where needed. In some cases, that requires forward declaration for kernel structures, as we use them as part of our own headers. Realistically, we cannot drop those includes as it probalby breaks compilation for users that expect to get a certain kernel header when including a libnl3 header. So, this will not be done and the includes will be restored in the next commit. Do this step to show how it would be and to verify that we could build with such a change. The reason not to do this is backward compatibility (at compile-time). | ||||
* | Fix test-cache-mngr test | Thomas Graf | 2013-01-24 | 1 | -0/+2 |
| | | | | | | | Needs to include <netlink-private/cache-api.h> Reported-by: Jeroen Roovers <jer@gentoo.org> Signed-off-by: Thomas Graf <tgraf@suug.ch> | ||||
* | test-cache-mngr: Allow for management of arbitary caches via argument string | Thomas Graf | 2012-04-21 | 1 | -23/+17 |
| | | | | | | | | Let the user specify a list of cache types to add to the manager as arguments instead of adding a static list. Uses the newly added nl_cache_mngr_info() to constantly print information about the manager. | ||||
* | test-cache-mngr: Let the cache manager allocate the socket | Thomas Graf | 2012-04-21 | 1 | -4/+1 |
| | |||||
* | tests: fix test programs to compile again | Thomas Graf | 2012-04-21 | 1 | -18/+20 |
| | |||||
* | test updates | Thomas Graf | 2008-08-20 | 1 | -36/+23 |
| | |||||
* | Free associated caches when freeing cache manager | Thomas Graf | 2008-02-05 | 1 | -2/+13 |
| | | | | | | Caches allocated by the cache manager must be freed again when the cache manager itself is freed. However, the netlink socket is allocated indepdently so it should not be freed. | ||||
* | Initial import | Thomas Graf | 2007-09-14 | 1 | -0/+73 |