Update symbol name len size limit to 256
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Dec 2011 01:02:01 +0000 (20:02 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Dec 2011 01:02:01 +0000 (20:02 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/lttng.h

index 9ed3f5f9472cd9df737e6e42d3ccc5f849b82903..6fd56fa3ea94a7cf870c8432606c92c94fe96573 100644 (file)
@@ -39,7 +39,7 @@
 /*
  * Event symbol length. Copied from LTTng kernel ABI.
  */
-#define LTTNG_SYMBOL_NAME_LEN 128
+#define LTTNG_SYMBOL_NAME_LEN 256
 
 /*
  * Every lttng_event_* structure both apply to kernel event and user-space
This page took 0.026864 seconds and 5 git commands to generate.