Whamcloud - gitweb
LU-6202 libcfs: replace libcfs_register_ioctl with a blocking notifier_chain
[fs/lustre-release.git] / lnet / include / lnet / api.h
index 9408583..1ce4a00 100644 (file)
@@ -198,7 +198,8 @@ int LNetGet(lnet_nid_t            self,
            struct lnet_process_id target_in,
            unsigned int      portal_in,
            __u64             match_bits_in,
-           unsigned int      offset_in);
+           unsigned int      offset_in,
+           bool              recovery);
 /** @} lnet_data */
 
 
@@ -210,6 +211,7 @@ int LNetSetLazyPortal(int portal);
 int LNetClearLazyPortal(int portal);
 int LNetCtl(unsigned int cmd, void *arg);
 void LNetDebugPeer(struct lnet_process_id id);
+int LNetGetPeerDiscoveryStatus(void);
 
 /** @} lnet_misc */