condition: implement lttng_condition_event_rule_generate_capture_descriptor_bytecode
[lttng-tools.git] / src / common / error.c
index b8dabdf6e1bc02aae4108e7ab3aad75753f05cf0..e03bee350d0e2c07bf0b7cb56f4463492ba0ec12 100644 (file)
@@ -240,6 +240,7 @@ static const char *error_string_array[] = {
        [ ERROR_INDEX(LTTNG_ERR_UNSUPPORTED_DOMAIN) ] = "Unsupported domain used",
        [ ERROR_INDEX(LTTNG_ERR_PROCESS_ATTR_TRACKER_INVALID_TRACKING_POLICY) ] = "Operation does not apply to the process attribute tracker's tracking policy",
        [ ERROR_INDEX(LTTNG_ERR_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD) ] = "Failed to create an event notifier group notification file descriptor",
+       [ ERROR_INDEX(LTTNG_ERR_INVALID_CAPTURE_EXPRESSION) ] = "Invalid capture expression",
 
        /* Last element */
        [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"
This page took 0.022926 seconds and 4 git commands to generate.