Whamcloud - gitweb
- merge 2 weeks of b1_4 fixes onto HEAD
[fs/lustre-release.git] / lnet / include / lnet / errno.h
index a98bfd9..42f2626 100644 (file)
@@ -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 */