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=aadf2f45ba9aaf8cd42a6fc7385b31dd8ca4c8bb;hp=d955e143a0055dd90e52891c4b4d2c5366c05e42;hb=881fc67f7002469477a5ad00e67a8077db6c0514;hpb=4243641037bcc27e6338674a5c39699a22347654 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index d955e143a..aadf2f45b 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -180,6 +180,7 @@ enum lttng_error_code { 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. */ + LTTNG_ERR_BUFFER_FLUSH_FAILED = 170, /* Buffer flush failed */ /* MUST be last element of the manually-assigned section of the enum */ LTTNG_ERR_NR,