Increase tracepoint provider:name len limit to 255, add compile-time warning
[lttng-ust.git] / include / lttng / ust-abi.h
index 2567ceb8a7e179e89e0673a5b6565478956511f9..8b8197731b10714543ca2948e386187f2bf36e70 100644 (file)
@@ -20,7 +20,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.023821 seconds and 4 git commands to generate.