summaryrefslogtreecommitdiff
path: root/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/Plan_Launcher/Plan_Launcher_Impl.h')
-rw-r--r--DAnCE/Plan_Launcher/Plan_Launcher_Impl.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h b/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
index af843c33d1a..6c1eaaf9ba9 100644
--- a/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
+++ b/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
@@ -47,7 +47,9 @@ namespace CIAO
const char *rm_name = 0,
CORBA::Short priority = 0,
size_t niterations = 0,
- size_t nthreads = 1);
+ size_t nthreads = 1,
+ size_t total_nodes = 1,
+ size_t total_components = 1);
/**
* @brief Launch a plan, given a deployment plan URI
@@ -113,6 +115,12 @@ namespace CIAO
/// Total number of threads to spawn inside plan_launcher
size_t nthreads_;
+ /// Total number of nodes
+ size_t total_nodes_;
+
+ /// Total number of components
+ size_t total_components_;
+
};
}