add facility arg to find hooks
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index 2ec68be057264c2a12997982af21c228790026ba..ed1d28d6d35840cde0f85df1bbe165bce2198b9b 100644 (file)
@@ -298,7 +298,7 @@ void lttv_trace_hook_remove_all(GArray **th);
    Adds the hooks to the trace_hooks array.
  */
 
-int lttv_trace_find_hook(LttTrace *t, GQuark marker_name,
+int lttv_trace_find_hook(LttTrace *t, GQuark facility_name, GQuark event_name,
     GQuark fields[], LttvHook h, gpointer hook_data, GArray **trace_hooks);
 
 static inline struct marker_field *
This page took 0.027922 seconds and 4 git commands to generate.