X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=48e7656cbfbd78c2b5f607a5f23c9dea33f1aeca;hp=e1c6ab0a8de61d4836a8b95e1fd82a3d85b9debc;hb=3285a971b225891df3dc7c2796176ce1f94665fe;hpb=c35f9726a22f1d93e14589688d830efccda196f3 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index e1c6ab0a8..48e7656cb 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -174,6 +174,7 @@ enum lttng_error_code { LTTNG_ERR_TRACE_CHUNK_EXISTS_FAIL_CONSUMER = 151, /* failed to query consumer for trace chunk existence */ LTTNG_ERR_INVALID_PROTOCOL = 152, /* a protocol error occurred */ LTTNG_ERR_FILE_CREATION_ERROR = 153, /* failed to create a file */ + LTTNG_ERR_TIMER_STOP_ERROR = 154, /* failed to stop timer. */ /* MUST be last element */ LTTNG_ERR_NR, /* Last element */