put back hook adder the way they were, new state hook adder and remover hook
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index 988ee647d1eee61e213ca48c56e3b8a1ad07803b..c6b69b546a8e3e1ac75b103ba2fcfe0d4e925d0f 100644 (file)
@@ -60,8 +60,10 @@ typedef struct _LttvTraceStateClass LttvTraceStateClass;
 typedef struct _LttvTracefileState LttvTracefileState;
 typedef struct _LttvTracefileStateClass LttvTracefileStateClass;
 
+gint lttv_state_hook_add_event_hooks(void *hook_data, void *call_data);
 void lttv_state_add_event_hooks(LttvTracesetState *self);
 
+gint lttv_state_hook_remove_event_hooks(void *hook_data, void *call_data);
 void lttv_state_remove_event_hooks(LttvTracesetState *self);
 
 void lttv_state_save_add_event_hooks(LttvTracesetState *self);
This page took 0.032332 seconds and 4 git commands to generate.