1
1

Fix a couple of variable declarations

This commit was SVN r11467.
Этот коммит содержится в:
Ralph Castain 2006-08-28 13:28:10 +00:00
родитель 82f7533d16
Коммит 9e6e9b8619

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

@ -132,8 +132,8 @@ static int discover(orte_jobid_t jobid, opal_list_t* nodelist)
orte_ras_node_t *node;
opal_list_item_t* item;
opal_list_t new_nodes;
size_t num_requested = 0;
size_t i;
orte_std_cntr_t num_requested = 0;
orte_std_cntr_t i;
char *hostname;
/* how many slots do we need? */