request_background_data static
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.h
index d9a144021789409876bb5b8f8a5ad7bbc953068c..3e469bab9514dca82d3eb6980f30426a363341c8 100644 (file)
@@ -25,6 +25,8 @@
 #include <lttvwindow/mainwindow.h>
 #include "processlist.h"
 
+extern GQuark LTT_NAME_CPU;
+
 
 #ifndef TYPE_DRAWING_T_DEFINED
 #define TYPE_DRAWING_T_DEFINED
@@ -48,7 +50,7 @@ struct _ControlFlowData {
 
   Drawing_t *drawing;
   GtkAdjustment *v_adjust ;
-  
+
   /* Shown events information */
 //  TimeWindow time_window;
 //  LttTime current_time;
@@ -60,7 +62,6 @@ struct _ControlFlowData {
 
 } ;
 
-
 /* Control Flow Data constructor */
 ControlFlowData *guicontrolflow(void);
 void
This page took 0.023344 seconds and 4 git commands to generate.