X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=9232894ff1c6ba6fca06fd92cff7dca12d40ed60;hp=c3fde51d4f66990a8e96355f3f764cbb4c6d97a7;hb=93ec662e687dc15a3601704a1e0c96c51ad228c9;hpb=b31610f2294a6a827fa2d0d19d71199567db8dc5 diff --git a/src/common/error.c b/src/common/error.c index c3fde51d4..9232894ff 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -170,6 +170,9 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_PID_NOT_TRACKED) ] = "PID not tracked", [ ERROR_INDEX(LTTNG_ERR_INVALID_CHANNEL_DOMAIN) ] = "Invalid channel domain", [ ERROR_INDEX(LTTNG_ERR_OVERFLOW) ] = "Overflow occured", + [ 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", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"