File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,10 @@ namespace swss {
189
189
typedef std::tuple<std::string, std::string> vlan_mbr;
190
190
191
191
class MclagLink : public Selectable {
192
-
192
+
193
193
private:
194
- Select *m_select;
194
+ const int MSG_BATCH_SIZE;
195
+
195
196
unsigned int m_bufSize;
196
197
char *m_messageBuffer;
197
198
char *m_messageBuffer_send;
@@ -202,11 +203,12 @@ namespace swss {
202
203
int m_server_socket;
203
204
int m_connection_socket;
204
205
206
+ Select *m_select;
207
+
205
208
bool is_iccp_up = false ;
206
209
std::string m_system_mac;
207
210
std::set<vlan_mbr> m_vlan_mbrship; // set of vlan,mbr tuples
208
211
209
- const int MSG_BATCH_SIZE;
210
212
std::map<std::string, std:: string> *p_learn;
211
213
212
214
unique_ptr<DBConnector> p_state_db;
You can’t perform that action at this time.
0 commit comments