Ignore:
Timestamp:
10/27/22 13:56:18 (20 months ago)
Author:
jderouillat
Message:

Introduce partially trunk's developement to manage N2 servers (especially to put in order the send of closeDefinition to N2 servers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/src/node/context.hpp

    r2326 r2423  
    314314 
    315315         // list of slave servers (IO server or others) 
    316          set<CContextClient*> slaveServers_ ; 
     316         // Already in trunk within the new service management, commit ids = [2405-2407] 
     317         std::vector<CContextClient*> slaveServers_ ; 
     318         std::map<CContextClient*, std::string> clientsId_ ; 
     319 
    317320      private: 
    318321         // the map containing context client associated to it string id for coupling out ; 
Note: See TracChangeset for help on using the changeset viewer.