Fix: session ID signess to uin64_t in sessiond
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 21ffd336d51b90b77f0c31b36ab8105e2f4b5b10..68301967a15f7cae616f85f24b42afc2c9f83fe7 100644 (file)
@@ -108,7 +108,7 @@ struct ltt_kernel_session {
        struct consumer_output *consumer;
        struct consumer_output *tmp_consumer;
        /* Tracing session id */
-       unsigned int id;
+       uint64_t id;
        /* Session is started and active */
        unsigned int started;
        /* Tell or not if the session has to output the traces. */
This page took 0.02595 seconds and 5 git commands to generate.