X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=e73cf17f6991f305e3dda64a873751dd37dd47fc;hp=ce11bf208ad7e05a3292eb790d56885916aa66d7;hb=5bcdda4ff7e938d320b497470c8c33c84e996370;hpb=2f70b271351fe2b7befc4e327503f7c13a57dcd5 diff --git a/src/common/error.c b/src/common/error.c index ce11bf208..e73cf17f6 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -99,6 +99,9 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_FILTER_EXIST) ] = "Filter already exist", [ ERROR_INDEX(LTTNG_ERR_NO_CONSUMER) ] = "Consumer not found for tracing session", [ ERROR_INDEX(LTTNG_ERR_NO_SESSIOND) ] = "No session daemon is available", + [ ERROR_INDEX(LTTNG_ERR_SESSION_STARTED) ] = "Session is running", + [ ERROR_INDEX(LTTNG_ERR_NOT_SUPPORTED) ] = "Operation not supported", + [ ERROR_INDEX(LTTNG_ERR_UST_EVENT_ENABLED) ] = "UST event already enabled", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"