Hide new 'lttng_counter_*' private symbols
[deliverable/lttng-ust.git] / libcounter / smp.h
index 00ca7a038ee42ed4ec15ddcc2f037207ceec45a0..f8cf229a6e831fdf0250a665f0e5dac725eea212 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "helper.h"
+
 /*
  * 4kB of per-cpu data available.
  */
 #define LTTNG_COUNTER_PER_CPU_MEM_SIZE 4096
 
+LTTNG_HIDDEN
 extern int __lttng_counter_num_possible_cpus;
+LTTNG_HIDDEN
 extern void _lttng_counter_get_num_possible_cpus(void);
 
 static inline
This page took 0.024091 seconds and 5 git commands to generate.