1
1
This commit was SVN r316.
Этот коммит содержится в:
Tim Woodall 2004-01-13 02:22:01 +00:00
родитель 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*);
/* /*