Changeset 2548


Ignore:
Timestamp:
08/29/23 19:21:02 (9 months ago)
Author:
ymipsl
Message:

Bug fix in pool_node when allocating pool, introduced with thread management
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/pool_node.cpp

    r2547 r2548  
    6363    ressourcesManager->createPool(poolId, nbRessources) ; 
    6464    if (CThreadManager::isUsingThreads())  
    65       while(!ressourcesManager->hasPool(CXios::defaultPoolId))  
     65      while(!ressourcesManager->hasPool(poolId))  
    6666      { 
    6767        CXios::getDaemonsManager()->eventLoop() ; 
Note: See TracChangeset for help on using the changeset viewer.