X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=4e98f43bea86eca94969a4b1de859ebf01a12f00;hp=8d2e1d0022bb101dc528e0b67a50019214fce6a5;hb=5c786dedd0156b93984f89ba47ec841277ed7dae;hpb=5f4c2d807e49a7d1a5e149615d37ee824f0155a6 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 8d2e1d002..4e98f43be 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -81,7 +81,7 @@ enum lttng_error_code { LTTNG_ERR_KERN_CONSUMER_FAIL = 48, /* Kernel consumer start failed */ LTTNG_ERR_KERN_STREAM_FAIL = 49, /* Kernel create stream failed */ LTTNG_ERR_START_SESSION_ONCE = 50, /* Session needs to be started once. */ - /* 51 */ + LTTNG_ERR_SNAPSHOT_FAIL = 51, /* Snapshot record failed. */ /* 52 */ LTTNG_ERR_KERN_LIST_FAIL = 53, /* Kernel listing events failed */ LTTNG_ERR_UST_CALIBRATE_FAIL = 54, /* UST calibration failed */