fill in tag for posted recvs
This commit was SVN r2242.
Этот коммит содержится в:
родитель
300e4135ac
Коммит
1a7dad5842
@ -84,6 +84,8 @@ int mca_oob_tcp_recv(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* fill in the struct */
|
/* fill in the struct */
|
||||||
|
msg->msg_hdr.msg_size = htonl(size);
|
||||||
|
msg->msg_hdr.msg_tag = htonl(tag);
|
||||||
msg->msg_type = MCA_OOB_TCP_POSTED;
|
msg->msg_type = MCA_OOB_TCP_POSTED;
|
||||||
msg->msg_rc = 0;
|
msg->msg_rc = 0;
|
||||||
msg->msg_flags = flags;
|
msg->msg_flags = flags;
|
||||||
@ -172,6 +174,8 @@ int mca_oob_tcp_recv_nb(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* fill in the struct */
|
/* fill in the struct */
|
||||||
|
msg->msg_hdr.msg_size = htonl(size);
|
||||||
|
msg->msg_hdr.msg_tag = htonl(tag);
|
||||||
msg->msg_type = MCA_OOB_TCP_POSTED;
|
msg->msg_type = MCA_OOB_TCP_POSTED;
|
||||||
msg->msg_rc = 0;
|
msg->msg_rc = 0;
|
||||||
msg->msg_flags = flags;
|
msg->msg_flags = flags;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user