17.10.2013 - Adjusted for QNX, PIPeer release for Windows, Remote console

This commit is contained in:
peri4
2013-10-17 16:12:10 +04:00
parent 4b90f2818e
commit 0f1b528ac6
42 changed files with 585 additions and 171 deletions

View File

@@ -1,3 +1,6 @@
/*! \file pipeer.h
* \brief Peering net node
*/
/*
PIP - Platform Independent Primitives
Peer - named I/O ethernet node, forming self-organized peering network
@@ -145,8 +148,9 @@ private:
PIVector<PIEthernet * > eths;
PIVector<PIEthernet * > mc_eths;
PIEthernet * eth_send;
PITimer timer;
PIMutex mc_mutex;
PIMutex mc_mutex, eth_mutex;
bool rec_mc, rec_bc;
PeerInfo self_info;