X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=b8dabdf6e1bc02aae4108e7ab3aad75753f05cf0;hp=11dbc90289806decc6507f11f94727ab9e0476a1;hb=352b58f55f53e7d11fb286ddc26a3bd0ecdd02f5;hpb=cb8d0d245b5739e7493dcf27314f6e42615f14b1 diff --git a/src/common/error.c b/src/common/error.c index 11dbc9028..b8dabdf6e 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -7,7 +7,6 @@ #define _LGPL_SOURCE #include -#include #include #include #include @@ -15,6 +14,7 @@ #include #include +#include #include #include @@ -239,6 +239,7 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_GROUP_NOT_FOUND) ] = "Group not found", [ ERROR_INDEX(LTTNG_ERR_UNSUPPORTED_DOMAIN) ] = "Unsupported domain used", [ ERROR_INDEX(LTTNG_ERR_PROCESS_ATTR_TRACKER_INVALID_TRACKING_POLICY) ] = "Operation does not apply to the process attribute tracker's tracking policy", + [ ERROR_INDEX(LTTNG_ERR_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD) ] = "Failed to create an event notifier group notification file descriptor", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"