1
1

Fix mis-declared variable type

This commit was SVN r14994.
Этот коммит содержится в:
Brian Barrett 2007-06-11 16:48:35 +00:00
родитель d9fa58dc33
Коммит 1d11cc4b2d

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

@ -38,7 +38,8 @@
*/
int orte_wakeup(orte_jobid_t job) {
int rc;
orte_vpid_t root, range;
orte_jobid_t root;
orte_vpid_t range;
char *segment;
orte_std_cntr_t num;
char *tokens[] = {