Wait for data availability when stopping a session
[lttng-tools.git] / src / common / error.c
index d5403d804d5c9dc658fcff946a1e74c074bf97a5..4354cc3bbf6353bf30df4a9c7d9bb3e7a3a027b7 100644 (file)
@@ -98,6 +98,8 @@ static const char *error_string_array[] = {
        [ ERROR_INDEX(LTTNG_ERR_FILTER_NOMEM) ] = "Not enough memory for filter bytecode",
        [ 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",
 
        /* Last element */
        [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"
This page took 0.024891 seconds and 4 git commands to generate.