Ignore:
Timestamp:
12/05/16 17:47:54 (7 years ago)
Author:
oabramkina
Message:

First working version with compression by secondary servers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/object_template.hpp

    r987 r1009  
    5656         std::map<int, size_t> getMinimumBufferSizeForAttributes(); 
    5757         void sendAttributToServer(const string& id); 
     58         void sendAttributToServer(const string& id, const int srvPool); 
    5859         void sendAttributToServer(CAttribute& attr) ; 
     60         void sendAttributToServer(CAttribute& attr, const int srvPool) ; 
    5961         void sendAllAttributesToServer(); 
     62         void sendAllAttributesToServer(const int srvPool); 
    6063         void sendAddItem(const string& id, int itemType); 
     64         void sendAddItem(const string& id, int itemType, const int srvPool); 
    6165         static void recvAttributFromClient(CEventServer& event) ; 
    6266         static bool dispatchEvent(CEventServer& event) ; 
Note: See TracChangeset for help on using the changeset viewer.