X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FEvent_Hooks.h;h=479b3a35e5f5c551e36549985cfca6d6788fb905;hb=1ab3d149f8c0f55b1f913df39b1f5e49b8f569b9;hp=441a4a5138b79f64c335dcb02ba8cc602da011df;hpb=1ab818de1d890bf716413090d943858bfef8d3d3;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h index 441a4a51..479b3a35 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h @@ -1,9 +1,18 @@ +/* Event_hooks.c defines the hooks that are given to processTrace as parameter. + * These hooks call the Drawing API to draw the information on the screen, + * using information from Context, but mostly state (running, waiting...). + */ + #ifndef _EVENT_HOOKS_H #define _EVENT_HOOKS_H #include #include +#include "Process_List.h" +#include "Drawing.h" + +void send_test_data(ProcessList *Process_List, Drawing_t *Drawing); GtkWidget *hGuiControlFlow(mainWindow *pmParentWindow);