X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=f7e11e163fbdd9eabe76badf662faa7bee7d2321;hp=9232894ff1c6ba6fca06fd92cff7dca12d40ed60;hb=a3eae3c98f047a8e795a01471adf8f4f7563947b;hpb=93ec662e687dc15a3601704a1e0c96c51ad228c9 diff --git a/src/common/error.c b/src/common/error.c index 9232894ff..f7e11e163 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -173,6 +173,7 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_SESSION_NOT_STARTED) ] = "Session not started", [ ERROR_INDEX(LTTNG_ERR_LIVE_SESSION) ] = "Live sessions are not supported", [ ERROR_INDEX(LTTNG_ERR_PER_PID_SESSION) ] = "Per-PID tracing sessions are not supported", + [ ERROR_INDEX(LTTNG_ERR_KERN_CONTEXT_UNAVAILABLE) ] = "Context unavailable on this kernel", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"