consumerd: tag metadata channel as being part of a live session
[lttng-tools.git] / src / bin / lttng-sessiond / client.c
index 327c1fe1706efabaefdf9dd2a3c5dc7fb4865c3e..1803a3bb92fbec6240a55dc797e16821740fe859 100644 (file)
@@ -498,6 +498,7 @@ static int create_kernel_session(struct ltt_session *session)
        session->kernel_session->gid = session->gid;
        session->kernel_session->output_traces = session->output_traces;
        session->kernel_session->snapshot_mode = session->snapshot_mode;
+       session->kernel_session->is_live_session = session->live_timer != 0;
 
        return LTTNG_OK;
 
This page took 0.02583 seconds and 4 git commands to generate.