Go to the source code of this file.
|
| class | JobCommunic |
| | Multi-machine socket communicator Handles the communication between a client and the master, from the client's point of view. More...
|
| |
Value:{ \
if ( ret ) { nrattempts_ = 0; return true; } \
if ( nrattempts_++ < maxtries_ ) return true; \
stillok_ = false; \
directMsg("Lost connection with master[1]. Exiting."); \
}
| #define mTryMaxtries |
( |
|
fn | ) |
|
Value:{ \
for ( int i=0; i<maxtries_; i++ ) \
{ \
bool ret = fn; \
if ( ret ) return true; \
} \
stillok_ = false; \
directMsg("Lost connection with master[2]. Exiting."); \
}
void sleepSeconds(double)