state.c hooks almost there
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index 79b3db6cdc694a489d4d6cc247b59ed1f87ef909..dacd4d0febe72643aef9225fb3cd484f54d129bc 100644 (file)
@@ -285,7 +285,8 @@ typedef struct _LttvTraceHook {
  */
 struct marker_info *lttv_trace_hook_get_marker(LttTrace *t, LttvTraceHook *th);
 
-void lttv_trace_hook_destroy(GArray *th);
+/* Remove the hooks from the array. Does not free the array itself. */
+void lttv_trace_hook_remove_all(GArray **th);
 
 /* Search in the trace for the id of the named event type within the named
    facility. Then, find the three (if non null) named fields. All that
This page took 0.024274 seconds and 4 git commands to generate.