30e1e49a9e
This is preparation for moving verbs dependent code out from memheap/base component Refs: #3763 This commit was SVN r30454.
17 строки
406 B
C
17 строки
406 B
C
/*
|
|
* Copyright (c) 2014 Mellanox Technologies, Inc.
|
|
* All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#ifndef OSHMEM_UTIL_H
|
|
#define OSHMEM_UTIL_H
|
|
|
|
void oshmem_output_verbose(int level, int output_id, const char* prefix, const char* file, int line, const char* function, const char* format, ...);
|
|
|
|
#endif /* OSHMEM_UTIL_H */
|