X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2FprocessTrace.c;h=f10aec13607c1ac6366b0c901670738ba965550e;hb=ba576a781d5a1020ff7202ac9a959c9f4a0c7a4c;hp=646dd1c820b1f553c09eaaf5e0476a26a21b2362;hpb=336900061b500618df3b160ac88209a6450352dc;p=lttv.git diff --git a/ltt/branches/poly/lttv/processTrace.c b/ltt/branches/poly/lttv/processTrace.c index 646dd1c8..f10aec13 100644 --- a/ltt/branches/poly/lttv/processTrace.c +++ b/ltt/branches/poly/lttv/processTrace.c @@ -257,21 +257,21 @@ void lttv_traceset_context_remove_hooks(LttvTracesetContext *self, } -LttvTracesetContext * +static LttvTracesetContext * new_traceset_context(LttvTracesetContext *self) { return g_object_new(LTTV_TRACESET_CONTEXT_TYPE, NULL); } -LttvTraceContext * +static LttvTraceContext * new_trace_context(LttvTracesetContext *self) { return g_object_new(LTTV_TRACE_CONTEXT_TYPE, NULL); } -LttvTracefileContext * +static LttvTracefileContext * new_tracefile_context(LttvTracesetContext *self) { return g_object_new(LTTV_TRACEFILE_CONTEXT_TYPE, NULL);