Ignore:
Timestamp:
04/17/20 18:55:28 (4 years ago)
Author:
ymipsl
Message:

Some update on XIOS_COUPLING branch...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp

    r1869 r1870  
    159159         std::map<int, StdSize> getAttributesBufferSize(std::map<int, StdSize>& maxEventSize, CContextClient* contextClient, bool bufferForWriting = false); 
    160160         std::map<int, StdSize> getDataBufferSize(std::map<int, StdSize>& maxEventSize, CContextClient* contextClient, bool bufferForWriting = false); 
    161          void setClientServerBuffer(CContextClient* contextClient, bool bufferForWriting = false); 
     161         void setClientServerBuffer(CContextClient* contextClient, bool bufferForWriting = false); // old interface to be removed 
     162         void setClientServerBuffer(vector<CField*>& fields, bool bufferForWriting) ;  
    162163 
    163164         // Distribute files (in write mode) among secondary-server pools according to the estimated data flux 
     
    181182         void sendRegistry(void) ; 
    182183         void sendFinalizeClient(CContextClient* contextClient, const string& contextClientId); 
    183  
     184          
     185         public: 
     186         void sendContextToFileServer(CContextClient* client) ; 
     187         private: 
     188         std::set<CContextClient*> sendToFileServer_done_ ; 
     189          
     190         public:  
    184191         std::string getContextId() {return contextId_;} 
    185192 
Note: See TracChangeset for help on using the changeset viewer.