X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=f7e11e163fbdd9eabe76badf662faa7bee7d2321;hb=c7a78aabfa0491974d4ffc188d72eb1e67c7344e;hp=9232894ff1c6ba6fca06fd92cff7dca12d40ed60;hpb=93ec662e687dc15a3601704a1e0c96c51ad228c9;p=lttng-tools.git 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"