X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=inline;f=liblttng-ust%2Flttng-ust-comm.c;h=f45097b030116fc9a17958d74803adcdc8a8d867;hb=3167741775bf8edf1c6085a2ac79bb1ed4a3f401;hp=81dfbc9a16d1258148c14e6d736d8204ab081ad4;hpb=76644b7eab2612bb24ce3dc6d67d5a654c4b7f8f;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index 81dfbc9a..f45097b0 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -373,9 +373,13 @@ extern void lttng_ring_buffer_client_overwrite_rt_exit(void); 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); +LTTNG_HIDDEN extern void lttng_counter_client_percpu_32_modular_init(void); +LTTNG_HIDDEN extern void lttng_counter_client_percpu_32_modular_exit(void); +LTTNG_HIDDEN extern void lttng_counter_client_percpu_64_modular_init(void); +LTTNG_HIDDEN extern void lttng_counter_client_percpu_64_modular_exit(void); static char *get_map_shm(struct sock_info *sock_info);