Remove default to display field names in live
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 7 Jan 2014 18:04:38 +0000 (13:04 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 7 Jan 2014 18:41:44 +0000 (13:41 -0500)
Let Babeltrace option parsing code to set this option instead of
overriding it.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/lttng-live/lttng-live.c

index 831877ab36cc016de15ac50aef281510ad699f4b..44f7d596f8eb5200bf77ed8264b4c9f9e91f9979 100644 (file)
@@ -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. */
This page took 0.024457 seconds and 4 git commands to generate.