request_background_data static
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.c
index 4078a954bfa23e6b4d30d166a6439bd6fd6e62dd..574538100d4218283874037a504ec43b05a8fa6c 100644 (file)
@@ -88,7 +88,7 @@ extern GSList *g_legend_list;
  * Wait for all the awaited computations to be over.
  */
 
-gint background_ready(void *hook_data, void *call_data)
+static gint background_ready(void *hook_data, void *call_data)
 {
   ControlFlowData *control_flow_data = (ControlFlowData *)hook_data;
   LttvTrace *trace = (LttvTrace*)call_data;
This page took 0.023722 seconds and 4 git commands to generate.