diff options
author | Thomas Graf <tgr@deb.localdomain> | 2008-01-14 15:38:37 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@deb.localdomain> | 2008-01-14 15:38:37 (GMT) |
commit | dbefb734d37208547e2d09f6bedd88b962f0a2bc (patch) | |
tree | e4dceba20344af444fb774eff2788103e1023f46 | |
parent | 6de17f3308cfd53ad922d144a1b28ddd962d6678 (diff) | |
download | libnl-dbefb734d37208547e2d09f6bedd88b962f0a2bc.zip libnl-dbefb734d37208547e2d09f6bedd88b962f0a2bc.tar.gz libnl-dbefb734d37208547e2d09f6bedd88b962f0a2bc.tar.bz2 |
Fix documentation of cache manager.
-rw-r--r-- | lib/cache_mngr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cache_mngr.c b/lib/cache_mngr.c index b305ac7..a144b92 100644 --- a/lib/cache_mngr.c +++ b/lib/cache_mngr.c @@ -140,6 +140,7 @@ found: /** * Allocate new cache manager + * @arg handle Netlink socket/handle to be used * @arg protocol Netlink Protocol this manager is used for * @arg flags Flags * @@ -195,6 +196,7 @@ errout: * Add cache responsibility to cache manager * @arg mngr Cache manager. * @arg name Name of cache to keep track of + * @arg cb Function to be called upon changes. * * Allocates a new cache of the specified type and adds it to the manager. * The operation will trigger a full dump request from the kernel to |