From 73060fedb8db05e1876e5df1fea86ea4ee260354 Mon Sep 17 00:00:00 2001 From: secher Date: Thu, 30 Jun 2011 10:43:37 +0000 Subject: [PATCH] reserve on processor for salome on CCRT beside containers --- src/Container/SALOME_ContainerManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index 34b40d258..141c15dcf 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -61,7 +61,7 @@ omni_mutex SALOME_ContainerManager::_numInstanceMutex; */ //============================================================================= -SALOME_ContainerManager::SALOME_ContainerManager(CORBA::ORB_ptr orb, PortableServer::POA_var poa, SALOME_ResourcesManager *rm, SALOME_NamingService *ns):_nbprocUsed(0) +SALOME_ContainerManager::SALOME_ContainerManager(CORBA::ORB_ptr orb, PortableServer::POA_var poa, SALOME_ResourcesManager *rm, SALOME_NamingService *ns):_nbprocUsed(1) { MESSAGE("constructor"); _NS = ns; -- 2.39.2