control flow background request desactivated
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / module.c
index c0b3f498bf3d377aa62776462524e509bbd0dc96..c7c571927f9804432e6901b00a6aba6c726d6288 100644 (file)
@@ -51,6 +51,8 @@
 
 #include "hGuiControlFlowInsert.xpm"
 
+GQuark LTT_NAME_CPU;
+
 /** Array containing instanced objects. Used when module is unloaded */
 GSList *g_control_flow_data_list = NULL ;
 
@@ -75,6 +77,8 @@ static void init() {
                                   hGuiControlFlowInsert_xpm,
                                   "Insert Control Flow Viewer",
                                   h_guicontrolflow);
+
+  LTT_NAME_CPU = g_quark_from_string("/cpu");
 }
 
 void destroy_walk(gpointer data, gpointer user_data)
This page took 0.02327 seconds and 4 git commands to generate.