17.10.2013 - Adjusted for QNX, PIPeer release for Windows, Remote console
This commit is contained in:
6
pipeer.h
6
pipeer.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user