X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Feventhooks.h;h=9d0d19572a80fac14e8c723838f4d5e17c2f3902;hb=10a1069a786aebb338aee5a31c1e3e17198aacbb;hp=96110def749a579753ea1f2368df8ba015129fe4;hpb=2309386913ad8c4ce16fa35b7ce749ea7845e292;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h index 96110def..9d0d1957 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.h @@ -85,7 +85,8 @@ int before_schedchange_hook(void *hook_data, void *call_data); int after_schedchange_hook(void *hook_data, void *call_data); int before_execmode_hook(void *hook_data, void *call_data); int after_execmode_hook(void *hook_data, void *call_data); -int after_fork_hook(void *hook_data, void *call_data); +int before_process_hook(void *hook_data, void *call_data); +int after_process_hook(void *hook_data, void *call_data); void draw_closure(gpointer key, gpointer value, gpointer user_data);