Move private ABI counter client symbols to dedicated header
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 204db9de37c6ace3f9a99041b27e4dd95fd52698..cb9f8c88361cddf9fa308a31100351c1147e3b54 100644 (file)
@@ -53,6 +53,7 @@
 #include "ust-events-internal.h"
 #include "context-internal.h"
 #include "ust-compat.h"
+#include "lttng-counter-client.h"
 
 /*
  * Has lttng ust comm constructor been called ?
@@ -361,18 +362,6 @@ extern void lttng_ring_buffer_client_discard_exit(void);
 extern void lttng_ring_buffer_client_discard_rt_exit(void);
 extern void lttng_ring_buffer_metadata_client_exit(void);
 
-__attribute__((visibility("hidden")))
-extern void lttng_counter_client_percpu_32_modular_init(void);
-
-__attribute__((visibility("hidden")))
-extern void lttng_counter_client_percpu_32_modular_exit(void);
-
-__attribute__((visibility("hidden")))
-extern void lttng_counter_client_percpu_64_modular_init(void);
-
-__attribute__((visibility("hidden")))
-extern void lttng_counter_client_percpu_64_modular_exit(void);
-
 static char *get_map_shm(struct sock_info *sock_info);
 
 ssize_t lttng_ust_read(int fd, void *buf, size_t len)
This page took 0.023461 seconds and 4 git commands to generate.