Ignore:
Timestamp:
01/25/23 16:59:46 (17 months ago)
Author:
ymipsl
Message:

Merge XIOS_FILE_SERVICE dev branch into trunk

YM

Location:
XIOS3/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk

  • XIOS3/trunk/src/transport/legacy_context_client.hpp

    r2343 r2458  
    4545 
    4646      // Functions to set/get buffers 
    47       bool getBuffers(const size_t timeLine, const list<int>& serverList, const list<int>& sizeList, list<CBufferOut*>& retBuffers, bool nonBlocking = false); 
     47      void getBuffers(const size_t timeLine, const list<int>& serverList, const list<int>& sizeList, list<CBufferOut*>& retBuffers); 
    4848      void newBuffer(int rank); 
     49      void checkAttachWindows(CClientBuffer* buffer , int rank) ; 
    4950      bool checkBuffers(list<int>& ranks); 
    5051      bool checkBuffers(void); 
Note: See TracChangeset for help on using the changeset viewer.