Whamcloud - gitweb
LU-10391 lnet: change lnet_prep_send to take net_processid
[fs/lustre-release.git] / lnet / include / lnet / lib-lnet.h
index 8c1b244..e4658a8 100644 (file)
@@ -655,7 +655,7 @@ void lnet_msg_commit(struct lnet_msg *msg, int cpt);
 void lnet_msg_decommit(struct lnet_msg *msg, int cpt, int status);
 
 void lnet_prep_send(struct lnet_msg *msg, int type,
-                   struct lnet_process_id target, unsigned int offset,
+                   struct lnet_processid *target, unsigned int offset,
                    unsigned int len);
 int lnet_send(struct lnet_nid *nid, struct lnet_msg *msg,
              struct lnet_nid *rtr_nid);