1
1

Instead of size_t use orte_std_cntr_t. Remove all warnings.

This commit was SVN r12280.
Этот коммит содержится в:
George Bosilca 2006-10-24 16:40:49 +00:00
родитель 8636ac6a4d
Коммит 7dec7731ce

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

@ -72,8 +72,8 @@ struct orte_pls_rsh_component_t {
int agent_argc;
char* agent_path;
char* orted;
size_t num_children;
size_t num_concurrent;
orte_std_cntr_t num_children;
orte_std_cntr_t num_concurrent;
opal_mutex_t lock;
opal_condition_t cond;
};