X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=db0f5e0f7f0308da85ba62822324ae03a42be554;hp=38fe7837ca0019f178a219a000d242a4b50ea527;hb=352b58f55f53e7d11fb286ddc26a3bd0ecdd02f5;hpb=159b042f34366d0fde5dcd73b4231c558922a664 diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 38fe7837c..db0f5e0f7 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -43,7 +43,7 @@ enum lttng_error_code { LTTNG_ERR_CONNECT_FAIL = 30, /* Unable to connect to unix socket */ LTTNG_ERR_SNAPSHOT_OUTPUT_EXIST = 31, /* Snapshot output already exists */ LTTNG_ERR_EPERM = 32, /* Permission denied */ - LTTNG_ERR_KERN_NA = 33, /* Kernel tracer unavalable */ + LTTNG_ERR_KERN_NA = 33, /* Kernel tracer unavailable */ LTTNG_ERR_KERN_VERSION = 34, /* Kernel tracer not compatible */ LTTNG_ERR_KERN_EVENT_EXIST = 35, /* Kernel event already exists */ LTTNG_ERR_KERN_SESS_FAIL = 36, /* Kernel create session failed */ @@ -174,6 +174,7 @@ enum lttng_error_code { LTTNG_ERR_GROUP_NOT_FOUND = 161, /* Group not found. */ LTTNG_ERR_UNSUPPORTED_DOMAIN = 162, /* Unsupported domain used. */ LTTNG_ERR_PROCESS_ATTR_TRACKER_INVALID_TRACKING_POLICY = 163, /* Operation does not apply to the process attribute tracker's tracking policy */ + LTTNG_ERR_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD = 164, /* Error initializing event notifier group notification file descriptor */ /* MUST be last element of the manually-assigned section of the enum */ LTTNG_ERR_NR,