From 7dec7731ce0716c938a8f5d67871229b70e9db56 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 24 Oct 2006 16:40:49 +0000 Subject: [PATCH] Instead of size_t use orte_std_cntr_t. Remove all warnings. This commit was SVN r12280. --- orte/mca/pls/rsh/pls_rsh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };