X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=54277f4fe3c988fe56c716ca99e0cd7569d4f304;hb=b56b5fec70d277471f2cf97686444ca7e4a4b3cc;hp=06d69c0462e40a99b13a097e0c20cc7e6c119eee;hpb=313bd6fc2be6b0b81b4dde2c9355e1e2edc21291;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index 06d69c04..54277f4f 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -65,8 +65,12 @@ void lttv_state_add_event_hooks(LttvTracesetState *self); void lttv_state_remove_event_hooks(LttvTracesetState *self); void lttv_state_save_add_event_hooks(LttvTracesetState *self); +// Hook wrapper. call_data is a trace context. +gint lttv_state_save_hook_add_event_hooks(void *hook_data, void *call_data); void lttv_state_save_remove_event_hooks(LttvTracesetState *self); +// Hook wrapper. call_data is a trace context. +gint lttv_state_save_hook_remove_event_hooks(void *hook_data, void *call_data); void lttv_state_traceset_seek_time_closest(LttvTracesetState *self, LttTime t);