Move the ringbuffer and counter clients to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust-ctl / ustctl.c
index 429b693d9acd2ac22318713700eea9b91e4c3cff..4631a1e004315a054d952751b63f7f31d83dba55 100644 (file)
 #include "common/ringbuffer/frontend.h"
 #include "common/events.h"
 #include "common/wait.h"
-#include "lib/lttng-ust/lttng-rb-clients.h"
-#include "common/clock.h"
+#include "common/ringbuffer-clients/clients.h"
 #include "common/getenv.h"
-#include "lib/lttng-ust/lttng-tracer-core.h"
-#include "lib/lttng-ust/lttng-counter-client.h"
+#include "common/tracer.h"
+#include "common/counter-clients/clients.h"
 
 #include "common/smp.h"
 #include "common/counter/counter.h"
@@ -2912,7 +2911,6 @@ void lttng_ust_ctl_ctor(void)
         */
        lttng_ust_common_ctor();
 
-       lttng_ust_clock_init();
        lttng_ust_ring_buffer_clients_init();
        lttng_ust_counter_clients_init();
        lib_ringbuffer_signal_init();
This page took 0.023994 seconds and 4 git commands to generate.