From: Julien Desfossez Date: Tue, 7 Jan 2014 18:04:38 +0000 (-0500) Subject: Remove default to display field names in live X-Git-Tag: v1.2.0-rc1~19 X-Git-Url: https://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=90dc053e4108bb779558d625f3b4aef6165d5cbd;p=babeltrace.git Remove default to display field names in live 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 --- diff --git a/formats/lttng-live/lttng-live.c b/formats/lttng-live/lttng-live.c index 831877ab..44f7d596 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. */