1
1
This commit was SVN r291.
Этот коммит содержится в:
Rich Graham 2004-01-12 03:34:57 +00:00
родитель 889bf52ba4
Коммит 028a60b7f2

Просмотреть файл

@ -80,7 +80,7 @@ int mca_ptl_base_match(mca_pml_base_reliable_hdr_t *frag_header,
*/
THREAD_LOCK((pml_comm->c_matching_lock)+frag_src);
//! get sequence number of next message that can be processed
/* get sequence number of next message that can be processed */
next_msg_seq_num_expected = *((pml_comm->c_next_msg_seq_num)+frag_src);
if (frag_msg_seq_num == next_msg_seq_num_expected) {