Ignore:
Timestamp:
12/13/17 16:11:58 (6 years ago)
Author:
ymipsl
Message:

Attemping to solve a dead-lock rising at finalize :
Server 1 must be able receive buffer of on other context (ie from server2) when awaiting free buffer.
To be tested extensively...

YM


File:
1 edited

Legend:

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

    r1243 r1378  
    1616        static void finalize(void); 
    1717        static void eventLoop(void); 
    18         static void contextEventLoop(void); 
     18        static void contextEventLoop(bool enableEventsProcessing=true); 
    1919        static void listenContext(void); 
    2020        static void listenFinalize(void); 
Note: See TracChangeset for help on using the changeset viewer.