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