Basic structure for the rotate command
[lttng-tools.git] / src / common / error.c
index 2215886db1be67d5c93e3b89233c8e101f26a96d..32631239a1fccd181a6dd999056d2a2184476d2e 100644 (file)
@@ -190,6 +190,9 @@ static const char *error_string_array[] = {
        [ ERROR_INDEX(LTTNG_ERR_TRIGGER_EXISTS) ] = "Trigger already registered",
        [ ERROR_INDEX(LTTNG_ERR_TRIGGER_NOT_FOUND) ] = "Trigger not found",
        [ ERROR_INDEX(LTTNG_ERR_COMMAND_CANCELLED) ] = "Command cancelled",
+       [ ERROR_INDEX(LTTNG_ERR_ROTATE_PENDING) ] = "Rotate already pending for this session.",
+       [ ERROR_INDEX(LTTNG_ERR_ROTATE_NOT_AVAILABLE) ] = "Rotate feature not available for this type of session",
+       [ ERROR_INDEX(LTTNG_ERR_ROTATE_NO_DATA) ] = "No trace data to rotate",
 
        /* Last element */
        [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"
This page took 0.025511 seconds and 5 git commands to generate.