From dd245c25d9ce2053988d98a2be8724d3bd62c977 Mon Sep 17 00:00:00 2001 From: wangchao Date: Thu, 16 Jun 2005 10:23:59 +0000 Subject: [PATCH] lctl flush command to flush the cache of idmap, lsd, and gss svc context --- lnet/include/lnet/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lnet/include/lnet/types.h b/lnet/include/lnet/types.h index f07534b..4f24b3a 100644 --- a/lnet/include/lnet/types.h +++ b/lnet/include/lnet/types.h @@ -47,6 +47,7 @@ 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