Support flight recorder mode for a session
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index dd0f6f8db96c81fcf1e2cf643c951c725857c272..56cbb8578544fa56c9f2e6bdf8085483f22064ec 100644 (file)
@@ -1440,6 +1440,7 @@ static void shadow_copy_session(struct ust_app_session *ua_sess,
        ua_sess->bits_per_long = app->bits_per_long;
        /* There is only one consumer object per session possible. */
        ua_sess->consumer = usess->consumer;
+       ua_sess->output_traces = usess->output_traces;
 
        switch (ua_sess->buffer_type) {
        case LTTNG_BUFFER_PER_PID:
This page took 0.023018 seconds and 4 git commands to generate.