X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.h;h=548ae8907facd0bbe5da10f2eccacc6b9b9d494a;hb=a5dcde2f975b43a9c6069c4a346528588bf1f8c8;hp=1855fb2731135a1a137df0fd17ce7f9e5bb4c729;hpb=784177915a639df2d016b63ac6a9cce3101cc084;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h index 1855fb27..548ae890 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h @@ -2,6 +2,9 @@ #define _CFV_H #include +#include "lttv/common.h" +#include "lttv/mainWindow.h" +#include "Process_List.h" typedef struct _ControlFlowData ControlFlowData; @@ -12,5 +15,9 @@ GuiControlFlow_Destructor_Full(ControlFlowData *Control_Flow_Data); void GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data); GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data); +ProcessList *GuiControlFlow_get_Process_List(ControlFlowData *Control_Flow_Data); +TimeWindow *GuiControlFlow_get_Time_Window(ControlFlowData *Control_Flow_Data); +LttTime *GuiControlFlow_get_Current_Time(ControlFlowData *Control_Flow_Data); + #endif // _CFV_H