Skip to content

Commit d14d700

Browse files
committed
fix problem with request_get_status_some
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent bd2710f commit d14d700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mpi/c/request_get_status_some.c.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
* not be freed (unlike the test function). A subsequent call to test, wait
3838
* or free should be executed on the request(s).
3939
*/
40-
PROTOTYPE ERROR_CLASS request_get_status_some(INT incount, REQUEST_CONST requests:count, INT_OUT outcount,
41-
INT_OUT indices, STATUS_OUT statuses:count)
40+
PROTOTYPE ERROR_CLASS request_get_status_some(INT incount, REQUEST_CONST requests:incount, INT_OUT outcount,
41+
INT_OUT indices, STATUS_OUT statuses:incount)
4242
{
4343

4444
MEMCHECKER(

0 commit comments

Comments
 (0)