]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Change in the JobParameters.
authorribes <ribes>
Fri, 15 Jan 2010 10:42:32 +0000 (10:42 +0000)
committerribes <ribes>
Fri, 15 Jan 2010 10:42:32 +0000 (10:42 +0000)
Add a new sequence for specific optional arguments

idl/SALOME_ContainerManager.idl

index 1b48aa5af0b99d68bffb2dbf1fa95350a8962aea..66d51d569bf96e660c871a1092f4bf79c4bc5814 100644 (file)
@@ -40,6 +40,15 @@ typedef sequence<string> FilesList;
 //! modules list
 typedef sequence<string> ModulesList;
 
+//! A generic parameter
+struct Parameter
+{
+  string name;
+  string value;
+};
+//! Generic parameter list
+typedef sequence<Engines::Parameter> ParameterList;
+
 //! Type to describe required properties of a resource
 struct ResourceParameters
 {
@@ -166,6 +175,11 @@ struct JobParameters
     Name of the batch queue choosed - optional
   */
   string queue;
+
+  /*!
+    Specific parameters for each type of job - optional
+  */
+  Engines::ParameterList specific_parameters;
 };
 
 /*! \brief Interface of the %salomelauncher