Skip to content

Commit 2c5b397

Browse files
committed
oshmem: fix scoll_null_alltoall() prototype
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 017f242 commit 2c5b397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oshmem/mca/scoll/base/scoll_base_select.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2013 Mellanox Technologies, Inc.
33
* All rights reserved.
4+
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
45
* $COPYRIGHT$
56
*
67
* Additional copyrights may follow
@@ -123,6 +124,7 @@ static int scoll_null_alltoall(struct oshmem_group_t *group,
123124
const void *source,
124125
ptrdiff_t dst, ptrdiff_t sst,
125126
size_t nlong,
127+
size_t element_size,
126128
long *pSync,
127129
int alg)
128130
{

0 commit comments

Comments
 (0)