diff --git a/opal/include/opal_constants.h b/opal/include/opal_constants.h index 5bbd2943ee..43c447e1c6 100644 --- a/opal/include/opal_constants.h +++ b/opal/include/opal_constants.h @@ -25,6 +25,7 @@ #define OPAL_ERR_IN_ERRNO -3 #define OPAL_ERR_NOT_FOUND -4 #define OPAL_ERR_BAD_PARAM -5 +#define OPAL_ERR_NOT_IMPLEMENTED -6 #endif /* OPAL_CONSTANTS_H */