hooks reference count
[lttv.git] / ltt / branches / poly / lttv / lttv / hook.h
index 5d7c26224ceef3b1cb191371cd0cc89cc0de6560..193714c6d987407a726c707005f6d0a3c6b7a041 100644 (file)
@@ -92,6 +92,7 @@ void lttv_hooks_get(LttvHooks *h, unsigned i, LttvHook *f, void **hook_data,
 
 
 /* Remove the specified hook. The position of the following hooks may change */
+/* The hook is removed from the list event if its ref_count is higher than 1 */
 
 void lttv_hooks_remove_by_position(LttvHooks *h, unsigned i);
 
This page took 0.022026 seconds and 4 git commands to generate.