fixed prototype for init
This commit was SVN r316.
Этот коммит содержится в:
родитель
223b49aee5
Коммит
f1a06035ed
@ -25,7 +25,7 @@ typedef struct mca_ptl_1_0_0_t mca_ptl_t;
|
|||||||
* PTL module functions.
|
* PTL module functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef int (*mca_ptl_init_1_0_0_fn_t)(struct mca_ptl_1_0_0_t** ptls, int* num_ptls, int *thread_min, int *thread_max);
|
typedef struct mca_ptl_1_0_0_t** (*mca_ptl_init_1_0_0_fn_t)(int* num_ptls, int *thread_min, int *thread_max);
|
||||||
typedef int (*mca_ptl_fini_1_0_0_fn_t)(struct mca_ptl_1_0_0_t*);
|
typedef int (*mca_ptl_fini_1_0_0_fn_t)(struct mca_ptl_1_0_0_t*);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user