X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Ferrno.h;h=42f2626357c582cd41c01ce02cf5c33161d67e19;hp=a98bfd94e550a9891c536769806c13956036fb6e;hb=23de47e82bd999ec651f927097922413527cca71;hpb=62cff8e25cde77af7a0a0b9976e9409f4b416565 diff --git a/lnet/include/lnet/errno.h b/lnet/include/lnet/errno.h index a98bfd9..42f2626 100644 --- a/lnet/include/lnet/errno.h +++ b/lnet/include/lnet/errno.h @@ -41,7 +41,10 @@ typedef enum { PTL_EQ_IN_USE = 21, - PTL_MAX_ERRNO = 22 + PTL_NI_INVALID = 22, + PTL_MD_ILLEGAL = 23, + + PTL_MAX_ERRNO = 24 } ptl_err_t; /* If you change these, you must update the string table in api-errno.c */