UST 2.0 support
[lttng-tools.git] / ltt-sessiond / trace-ust.c
index fe007141e90c0c4d09bd9e2f481e1066c63bef50..cf1642a6e9163a75f3ce9c4c7c478476304486ec 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <lttngerr.h>
 #include <lttng-share.h>
-#include <lttng-ust.h>
 
 #include "trace-ust.h"
 
@@ -123,7 +122,7 @@ struct ltt_ust_session *trace_ust_create_session(char *path, pid_t pid,
        /* Init data structure */
        lus->handle = -1;
        lus->enabled = 1;
-       lus->uconsumer_fds_sent = 0;
+       lus->consumer_fds_sent = 0;
        lus->metadata = NULL;
        lus->channels.count = 0;
        CDS_INIT_LIST_HEAD(&lus->channels.head);
This page took 0.02263 seconds and 4 git commands to generate.