ABIs now support 256 char event names
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Dec 2011 01:08:35 +0000 (20:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Dec 2011 01:08:35 +0000 (20:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng-kernel.h
lttng-sessiond/lttng-ust-abi.h

index ac9370d2f48f5f3b35bc22de1c8d22fbff19b2bb..455b1c460714cb3e233803c1f798fb7f50c9f4f7 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <lttng-share.h>
 
 
 #include <lttng-share.h>
 
-#define LTTNG_SYM_NAME_LEN  128
+#define LTTNG_SYM_NAME_LEN  256
 
 /*
  * LTTng DebugFS ABI structures.
 
 /*
  * LTTng DebugFS ABI structures.
index 7cdae82483f0bc4b2e720adc60ea2e7155a69cdb..cac431307c0150316edec5ec199f307bfe5a880d 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <stdint.h>
 
 
 #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
 
 #define LTTNG_UST_COMM_VERSION_MAJOR           0
 #define LTTNG_UST_COMM_VERSION_MINOR           1
This page took 0.025812 seconds and 4 git commands to generate.