From: compudj Date: Sun, 4 Sep 2005 21:15:24 +0000 (+0000) Subject: request_background_data static X-Git-Tag: v0.12.20~2365 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=703b25fad5513ff1d7dc442c0e5d278160964f44;p=lttv.git request_background_data static git-svn-id: http://ltt.polymtl.ca/svn@1124 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c index 4078a954..57453810 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c @@ -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;