From: wangchao Date: Thu, 16 Jun 2005 10:23:59 +0000 (+0000) Subject: lctl flush command to flush the cache of idmap, lsd, and gss svc context X-Git-Tag: v1_7_100~1182 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=dd245c25d9ce2053988d98a2be8724d3bd62c977 lctl flush command to flush the cache of idmap, lsd, and gss svc context --- 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;