Ignore:
Timestamp:
11/05/19 16:02:34 (5 years ago)
Author:
ymipsl
Message:

Some Update on XIOS services
Seems to work on Irène for :

  • first level of servers
  • fisrt + second level of servers
  • attached mode

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/pool_ressource.cpp

    r1761 r1764  
    100100  } 
    101101 
    102   bool CPoolRessource::eventLoop(void) 
     102  bool CPoolRessource::eventLoop(bool serviceOnly) 
    103103  { 
    104104    checkCreateServiceNotification() ; 
    105105    for (auto it=services_.begin(); it!=services_.end() ; ++it)  
    106106    { 
    107       if (it->second->eventLoop()) 
     107      if (it->second->eventLoop(serviceOnly)) 
    108108      { 
    109109        services_.erase(it) ; 
Note: See TracChangeset for help on using the changeset viewer.