ABIs now support 256 char event names
[lttng-tools.git] / lttng-sessiond / lttng-ust-abi.h
index 7cdae82483f0bc4b2e720adc60ea2e7155a69cdb..cac431307c0150316edec5ec199f307bfe5a880d 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <stdint.h>
 
-#define LTTNG_UST_SYM_NAME_LEN 128
+#define LTTNG_UST_SYM_NAME_LEN 256
 
 #define LTTNG_UST_COMM_VERSION_MAJOR           0
 #define LTTNG_UST_COMM_VERSION_MINOR           1
This page took 0.023051 seconds and 4 git commands to generate.