Hide libringbuffer private symbols
[lttng-ust.git] / libringbuffer / smp.h
index ebeae66773c2ccec935619697417dd7aa2e0fd36..b04401e1d9a94f2d36e35d394e83035ba0eb2fd2 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef _LIBRINGBUFFER_SMP_H
 #define _LIBRINGBUFFER_SMP_H
 
+#include "ust-helper.h"
 #include "getcpu.h"
 
 /*
@@ -15,7 +16,9 @@
  */
 #define PER_CPU_MEM_SIZE       4096
 
+LTTNG_HIDDEN
 extern int __num_possible_cpus;
+LTTNG_HIDDEN
 extern void _get_num_possible_cpus(void);
 
 static inline
This page took 0.02312 seconds and 4 git commands to generate.