Ignore:
Timestamp:
12/01/21 14:29:36 (3 years ago)
Author:
ymipsl
Message:

Fix problem from previous commit when deallocating context.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.hpp

    r2130 r2266  
    2020    bool isScheduledContext(size_t hashId) { return scheduledContext_==hashId ;} //!< for attached mode, return true if context server is sceduled 
    2121    void unscheduleContext(void) { scheduledContext_=0 ;} //!< for attached mode : unschedule context 
    22  
     22    bool finalize(void) ; 
    2323    private: 
    2424    bool isServer_ ; 
    2525    size_t scheduledContext_ = 0 ; //!< Hash id of the next scehduled context for attached mode 
     26    bool isFinalized_=false ; 
    2627  } ; 
    2728} 
Note: See TracChangeset for help on using the changeset viewer.