Ignore:
Timestamp:
06/23/23 14:46:51 (12 months ago)
Author:
ymipsl
Message:

Adaptation to new hyper event scheduler.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/manager/services_manager.cpp

    r2517 r2523  
    304304  } 
    305305 
     306  void CServicesManager::waitServiceRegistration(const std::string& poolId, const std::string& serviceId) 
     307  { 
     308    int nbPartition ; 
     309    getServiceNbPartitions(poolId,serviceId,0,nbPartition, true) ; 
     310    for(int n=1;n<nbPartition;n++) waitServiceRegistration(poolId, serviceId, n) ; 
     311 
     312  } 
    306313} 
Note: See TracChangeset for help on using the changeset viewer.