Fix: sessiond: use system LTTng-UST headers when available
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index fc9eef4b7b927820e15429e76afe098d5892ceb0..6df259973b115fd89f8e6a1acd874ad9a1d07349 100644 (file)
@@ -27,7 +27,7 @@
 #include <common/defaults.h>
 
 #include "consumer.h"
-#include "ust-ctl.h"
+#include "lttng-ust-ctl.h"
 
 struct agent;
 
@@ -82,6 +82,7 @@ struct ltt_ust_channel {
        uint64_t tracefile_count;
        uint64_t per_pid_closed_app_discarded;
        uint64_t per_pid_closed_app_lost;
+       uint64_t monitor_timer_interval;
 };
 
 /* UST domain global (LTTNG_DOMAIN_UST) */
This page took 0.024718 seconds and 4 git commands to generate.