X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=c6b69b546a8e3e1ac75b103ba2fcfe0d4e925d0f;hb=58c88a41c3beff0c4c6ff7d856ab2355820d9f16;hp=988ee647d1eee61e213ca48c56e3b8a1ad07803b;hpb=1ce324c60d5e864674b80514297c97e1a7e2919d;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index 988ee647..c6b69b54 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -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);