Major changes on the lttng command line tool
[lttng-tools.git] / liblttsessiondcomm / liblttsessiondcomm.c
index 785d8e827b4dc456703ab8950b49de187d635aca..a5b3818c42b4e8d80facf287b149c54fc07fbd99 100644 (file)
@@ -57,6 +57,7 @@ static const char *lttcomm_readable_code[] = {
        [ LTTCOMM_ERR_INDEX(KCONSUMERD_EXIT_SUCCESS) ] = "Kconsumerd exiting normally",
        [ LTTCOMM_ERR_INDEX(KCONSUMERD_EXIT_FAILURE) ] = "Kconsumerd exiting on error",
        [ LTTCOMM_ERR_INDEX(KCONSUMERD_OUTFD_ERROR) ] = "Kconsumerd error opening the tracefile",
+       [ LTTCOMM_ERR_INDEX(LTTCOMM_NO_EVENT) ] = "No event found",
 };
 
 /*
This page took 0.023135 seconds and 4 git commands to generate.