Whamcloud - gitweb
change back on PTL_NETID_ANY in portals, which was committed to HEAD
authorwangchao <wangchao>
Thu, 16 Jun 2005 11:22:11 +0000 (11:22 +0000)
committerwangchao <wangchao>
Thu, 16 Jun 2005 11:22:11 +0000 (11:22 +0000)
lnet/include/lnet/types.h

index 4f24b3a..f07534b 100644 (file)
@@ -47,7 +47,6 @@ static inline int PtlHandleIsEqual (ptl_handle_any_t h1, ptl_handle_any_t h2)
 #define PTL_JID_ANY      ((ptl_jid_t) -1)
 #define PTL_NID_ANY      ((ptl_nid_t) -1)
 #define PTL_PID_ANY      ((ptl_pid_t) -1)
-#define PTL_NETID_ANY    ((ptl_netid_t) -1)
 
 typedef struct {
         ptl_nid_t nid;