listing and activation of loglevel by number
[lttng-tools.git] / include / lttng / lttng-consumer.h
index 256293b811001f18fe6c3fc865749eed16d7b689..e5672d7b78ef81f45d7ea8134bb288f78253f8dc 100644 (file)
@@ -68,7 +68,8 @@ struct lttng_consumer_stream_list {
 enum lttng_consumer_type {
        LTTNG_CONSUMER_UNKNOWN = 0,
        LTTNG_CONSUMER_KERNEL,
-       LTTNG_CONSUMER_UST,
+       LTTNG_CONSUMER64_UST,
+       LTTNG_CONSUMER32_UST,
 };
 
 struct lttng_consumer_channel {
@@ -118,6 +119,7 @@ struct lttng_consumer_stream {
        /* For UST */
        struct lttng_ust_lib_ring_buffer *buf;
        int cpu;
+       int hangup_flush_done;
 };
 
 /*
This page took 0.022984 seconds and 4 git commands to generate.