From 90dc053e4108bb779558d625f3b4aef6165d5cbd Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Tue, 7 Jan 2014 13:04:38 -0500 Subject: [PATCH] Remove default to display field names in live MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Let Babeltrace option parsing code to set this option instead of overriding it. Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau --- formats/lttng-live/lttng-live.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/formats/lttng-live/lttng-live.c b/formats/lttng-live/lttng-live.c index 831877ab3..44f7d596f 100644 --- a/formats/lttng-live/lttng-live.c +++ b/formats/lttng-live/lttng-live.c @@ -101,10 +101,6 @@ static int lttng_live_open_trace_read(const char *path) int ret = 0; struct lttng_live_ctx ctx; - /* set default */ - opt_context_field_names = 1; - opt_payload_field_names = 1; - ctx.session = g_new0(struct lttng_live_session, 1); /* We need a pointer to the context from the packet_seek function. */ -- 2.34.1