X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;fp=include%2Flttng%2Flttng-error.h;h=d955e143a0055dd90e52891c4b4d2c5366c05e42;hp=fa4876be6f87124cb8eb5c204f209063dbfa2299;hb=b99a0cb3edd93f55e712096a352d64b79d4716bb;hpb=bbadb5e0b423348492c56ef7d8430087d9d9349d diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index fa4876be6..d955e143a 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -179,6 +179,7 @@ enum lttng_error_code { LTTNG_ERR_EVENT_NOTIFIER_REGISTRATION = 166, /* Error registering event notifier to the tracer. */ LTTNG_ERR_EVENT_NOTIFIER_ERROR_ACCOUNTING = 167, /* Error initializing event notifier error accounting. */ LTTNG_ERR_EVENT_NOTIFIER_ERROR_ACCOUNTING_FULL = 168, /* Error event notifier error accounting full. */ + LTTNG_ERR_INVALID_ERROR_QUERY_TARGET = 169, /* Invalid error query target. */ /* MUST be last element of the manually-assigned section of the enum */ LTTNG_ERR_NR,