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/node/file.hpp

    r992 r1009  
    117117         // Send info to server 
    118118         void sendEnabledFields(); 
     119         void sendEnabledFields(const int srvPool); 
    119120         void sendAddField(const string& id = ""); 
     121         void sendAddField(const string& id, const int srvPool); 
    120122         void sendAddFieldGroup(const string& id = ""); 
    121123         void sendAddAllVariables(); 
     124         void sendAddAllVariables(const int srvPool); 
    122125         void sendAddVariable(const string& id = ""); 
     126         void sendAddVariable(const string& id, const int srvPool); 
    123127         void sendAddVariableGroup(const string& id = ""); 
    124128 
Note: See TracChangeset for help on using the changeset viewer.