Salome HOME
Work in progress : workload manager step 2
[modules/yacs.git] / src / workloadmanager / Task.hxx
index 9724f342c01aab82b408a40486c3f8a54ce61d5f..87c467798f0deb69154f25de0329f512c265a350 100644 (file)
@@ -61,7 +61,7 @@ namespace WorkloadManager
   {
     ContainerType type;
     Resource resource;
-    unsigned int index; // worker index on the resource for this type
+    unsigned int index=0; // worker index on the resource for this type
   };
 
   /**