Ignore:
Timestamp:
12/13/17 16:06:32 (6 years ago)
Author:
ymipsl
Message:
  • Add more debugging information at info_level 100
  • Enforce synchronisation check for event on client side, using parameter "check_event_sync" at true

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/server.cpp

    r1352 r1377  
    734734     } 
    735735 
    736      void CServer::contextEventLoop(void) 
     736     void CServer::contextEventLoop(bool enableEventsProcessing /*= true*/) 
    737737     { 
    738738       bool isFinalized ; 
     
    748748         } 
    749749         else 
    750            it->second->checkBuffersAndListen(); 
     750           it->second->checkBuffersAndListen(enableEventsProcessing); 
    751751       } 
    752752     } 
Note: See TracChangeset for help on using the changeset viewer.