Fix: push metadata on stop for per-UID buffers
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.c
index 77f5e2510552f36b784e38816d5539671e66d26f..9eabf6225376360d2eef8e9d83d33b668e84c35e 100644 (file)
@@ -203,7 +203,7 @@ struct ltt_ust_session *trace_ust_create_session(uint64_t session_id)
         * during the session lifetime which is at the first enable channel and
         * only before start. The flag buffer_type_changed indicates the status.
         */
-       lus->buffer_type = LTTNG_BUFFER_PER_PID;
+       lus->buffer_type = LTTNG_BUFFER_PER_UID;
        /* Once set to 1, the buffer_type is immutable for the session. */
        lus->buffer_type_changed = 0;
        /* Init it in case it get used after allocation. */
This page took 0.02578 seconds and 5 git commands to generate.