fix: removed accidental VLA in _get_num_possible_cpus()
[lttng-ust.git] / src / common / smp.h
index b6dd5707819af414a4c4a203e1e3d998ad983cf3..51fbd2d7e5d34c01c04df7d13ac4397302a223c0 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef _UST_COMMON_SMP_H
 #define _UST_COMMON_SMP_H
 
+#define LTTNG_UST_CPUMASK_SIZE 4096
+
 /*
  * Get the CPU possible mask string from sysfs.
  *
This page took 0.024115 seconds and 4 git commands to generate.