From: compudj Date: Sun, 4 Sep 2005 21:10:12 +0000 (+0000) Subject: request_background_data static X-Git-Tag: v0.12.20~2366 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=inline;h=3f7f592ef1627e7a51ab90734670405e19fa92bd;hp=dfb5dd45d427cb069457a86107971c698b486c8f;p=lttv.git request_background_data static git-svn-id: http://ltt.polymtl.ca/svn@1123 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 cc152eef..4078a954 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c @@ -113,7 +113,7 @@ gint background_ready(void *hook_data, void *call_data) /* Request background computation. Verify if it is in progress or ready first. * Only for each trace in the tab's traceset. */ -void request_background_data(ControlFlowData *control_flow_data) +static void request_background_data(ControlFlowData *control_flow_data) { LttvTracesetContext * tsc = lttvwindow_get_traceset_context(control_flow_data->tab);