Whamcloud - gitweb
LU-10391 lnet: change LNetGet to take 16byte nid and pid.
[fs/lustre-release.git] / lnet / include / lnet / api.h
index 382d3f8..63b19b2 100644 (file)
@@ -144,13 +144,13 @@ int LNetPut(struct lnet_nid               *self,
            unsigned int                offset_in,
            __u64                       hdr_data_in);
 
-int LNetGet(lnet_nid_t       self,
-           struct lnet_handle_md md_in,
-           struct lnet_process_id target_in,
-           unsigned int      portal_in,
-           __u64             match_bits_in,
-           unsigned int      offset_in,
-           bool              recovery);
+int LNetGet(struct lnet_nid            *self,
+           struct lnet_handle_md       md_in,
+           struct lnet_processid       *target_in,
+           unsigned int                portal_in,
+           __u64                       match_bits_in,
+           unsigned int                offset_in,
+           bool                        recovery);
 /** @} lnet_data */