From 57ab76387a360c62a5783a0c7cb6cff4f4ced4b9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 5 Dec 2011 20:08:35 -0500 Subject: [PATCH] ABIs now support 256 char event names Signed-off-by: Mathieu Desnoyers --- include/lttng-kernel.h | 2 +- lttng-sessiond/lttng-ust-abi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lttng-kernel.h b/include/lttng-kernel.h index ac9370d2f..455b1c460 100644 --- a/include/lttng-kernel.h +++ b/include/lttng-kernel.h @@ -25,7 +25,7 @@ #include -#define LTTNG_SYM_NAME_LEN 128 +#define LTTNG_SYM_NAME_LEN 256 /* * LTTng DebugFS ABI structures. diff --git a/lttng-sessiond/lttng-ust-abi.h b/lttng-sessiond/lttng-ust-abi.h index 7cdae8248..cac431307 100644 --- a/lttng-sessiond/lttng-ust-abi.h +++ b/lttng-sessiond/lttng-ust-abi.h @@ -13,7 +13,7 @@ #include -#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 -- 2.34.1