Add lttng_waiter utils
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.c
index 1c325fb259b24ca497618dbe1ba309052be8266b..314c21e3804b2b35c899da154bd35889e48b4d00 100644 (file)
@@ -356,6 +356,8 @@ struct ltt_ust_channel *trace_ust_create_channel(struct lttng_channel *chan,
        luc->attr.switch_timer_interval = chan->attr.switch_timer_interval;
        luc->attr.read_timer_interval = chan->attr.read_timer_interval;
        luc->attr.output = (enum lttng_ust_output) chan->attr.output;
+       luc->monitor_timer_interval = ((struct lttng_channel_extended *)
+                       chan->attr.extended.ptr)->monitor_timer_interval;
 
        /* Translate to UST output enum */
        switch (luc->attr.output) {
This page took 0.024112 seconds and 4 git commands to generate.