Move the ringbuffer and counter clients to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-comm.c
index db9fa8d990267735fbc967e1b9629165efc5a99e..323ccaea915e8330392c1b1044a23115eec84ca1 100644 (file)
 #include "common/ringbuffer/rb-init.h"
 #include "lttng-ust-statedump.h"
 #include "common/clock.h"
-#include "lib/lttng-ust/getcpu.h"
 #include "common/getenv.h"
 #include "lib/lttng-ust/events.h"
 #include "context-internal.h"
 #include "common/align.h"
-#include "lttng-counter-client.h"
-#include "lttng-rb-clients.h"
+#include "common/counter-clients/clients.h"
+#include "common/ringbuffer-clients/clients.h"
 
 /*
  * Has lttng ust comm constructor been called ?
@@ -2118,7 +2117,6 @@ void lttng_ust_ctor(void)
        lttng_ust_common_ctor();
 
        lttng_ust_tp_init();
-       lttng_ust_getcpu_plugin_init();
        lttng_ust_statedump_init();
        lttng_ust_ring_buffer_clients_init();
        lttng_ust_counter_clients_init();
This page took 0.023884 seconds and 4 git commands to generate.