diff options
author | Thomas Graf <tgraf@redhat.com> | 2012-04-21 15:48:37 +0200 |
---|---|---|
committer | Thomas Graf <tgraf@redhat.com> | 2012-04-21 15:48:37 +0200 |
commit | 516536625fb6bd3b3d28cf4bc47b29e9b352cf30 (patch) | |
tree | 918e4318e22ee3761f57bf1435aca1547c69ed73 /include | |
parent | 743756f3b4f634d0c08cb6e883428e63f8b28acc (diff) | |
download | libnl-516536625fb6bd3b3d28cf4bc47b29e9b352cf30.tar.gz |
cache_mngr: Provide nl_cache_mngr_info() to pring cache manager details
Useful for debugging and testing
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink/cache.h b/include/netlink/cache.h index e42f692..1e2bb9d 100644 --- a/include/netlink/cache.h +++ b/include/netlink/cache.h @@ -127,6 +127,8 @@ extern int nl_cache_mngr_get_fd(struct nl_cache_mngr *); extern int nl_cache_mngr_poll(struct nl_cache_mngr *, int); extern int nl_cache_mngr_data_ready(struct nl_cache_mngr *); +extern void nl_cache_mngr_info(struct nl_cache_mngr *, + struct nl_dump_params *); extern void nl_cache_mngr_free(struct nl_cache_mngr *); #ifdef __cplusplus |