1
1

oshmem: fix scoll_null_alltoall() prototype

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2016-03-25 14:59:01 -07:00
родитель 017f242b1b
Коммит 2c5b39718d

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

@ -1,6 +1,7 @@
/*
* Copyright (c) 2013 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -123,6 +124,7 @@ static int scoll_null_alltoall(struct oshmem_group_t *group,
const void *source,
ptrdiff_t dst, ptrdiff_t sst,
size_t nlong,
size_t element_size,
long *pSync,
int alg)
{