Whamcloud - gitweb
LU-11469 lnet: fix "debug recovery" output
[fs/lustre-release.git] / lnet / include / lnet / api.h
index 8980add..1ce4a00 100644 (file)
@@ -23,7 +23,7 @@
  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2016, Intel Corporation.
+ * Copyright (c) 2016, 2017, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -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 */