Remove reference to thread brand
[lttv.git] / lttv / modules / gui / controlflow / eventhooks.h
index 883761236a722d1f640f7d303193d30ac716608e..db199a8328fed727b24d08eb4a87ed110ab3447f 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <gtk/gtk.h>
 #include <lttvwindow/mainwindow.h>
-#include <ltt/time.h>
 
 #include "processlist.h"
 #include "drawing.h"
@@ -85,6 +84,7 @@ int event_selected_hook(void *hook_data, void *call_data);
  */
 int before_schedchange_hook(void *hook_data, void *call_data);
 int after_schedchange_hook(void *hook_data, void *call_data);
+int before_trywakeup_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);
 
@@ -94,7 +94,6 @@ 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
This page took 0.02332 seconds and 4 git commands to generate.