From 7b4c9e80b7dac247e85f4cc7737d78ad15569a99 Mon Sep 17 00:00:00 2001 From: wangchao Date: Thu, 16 Jun 2005 11:22:11 +0000 Subject: [PATCH] change back on PTL_NETID_ANY in portals, which was committed to HEAD --- lnet/include/lnet/types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lnet/include/lnet/types.h b/lnet/include/lnet/types.h index 4f24b3a..f07534b 100644 --- a/lnet/include/lnet/types.h +++ b/lnet/include/lnet/types.h @@ -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; -- 1.8.3.1