thread brand
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.h
index d7244129bba0a0f8a74d95ef132f08f51f18c1ed..aab74e9499ea034ce0cd495a41d80341cda38ae3 100644 (file)
@@ -59,6 +59,8 @@ void send_test_data(ProcessList *process_list, Drawing_t *drawing);
 
 GtkWidget *h_guicontrolflow(Tab *tab);
 
+GtkWidget *h_legend(Tab *tab);
+
 int event_selected_hook(void *hook_data, void *call_data);
 
 /*
@@ -92,7 +94,8 @@ int before_process_release_hook(void *hook_data, void *call_data);
 int after_process_exit_hook(void *hook_data, void *call_data);
 int after_process_fork_hook(void *hook_data, void *call_data);
 int after_fs_exec_hook(void *hook_data, void *call_data);
-
+int after_user_generic_thread_brand_hook(void *hook_data, void *call_data);
+int after_event_enum_process_hook(void *hook_data, void *call_data);
 
 #if 0
 int before_process_hook(void *hook_data, void *call_data);
@@ -114,4 +117,6 @@ gint traceset_notify(void *hook_data, void *call_data);
 gint redraw_notify(void *hook_data, void *call_data);
 gint continue_notify(void *hook_data, void *call_data);
 
+void legend_destructor(GtkWindow *legend);
+
 #endif // _EVENT_HOOKS_H
This page took 0.022566 seconds and 4 git commands to generate.