diff --git a/orte/mca/pls/rsh/pls_rsh.h b/orte/mca/pls/rsh/pls_rsh.h index 3bfa15d173..a3b2012a10 100644 --- a/orte/mca/pls/rsh/pls_rsh.h +++ b/orte/mca/pls/rsh/pls_rsh.h @@ -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; };