back to polygonf

git-svn-id: svn://db.shs.com.ru/pip@106 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-17 14:42:19 +00:00
parent 353dbedf77
commit 9ec0261d8c
3 changed files with 14 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ private:
PIEthernet::InterfaceList prev_ifaces;
PIEthernet eth_send, eth_lo;
PITimer timer;
PIMutex mc_mutex, eth_mutex, peers_mutex;
PIMutex mc_mutex, eth_mutex, peers_mutex, send_mutex;
PeerInfo self_info;
PIVector<PeerInfo> peers;