JobServer: do not try to talk to a dying minion
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1942 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -211,6 +211,7 @@ void CommThread::operator()()
|
|||||||
ctrlmsg.set_command(FailControlMessage::DIE);
|
ctrlmsg.set_command(FailControlMessage::DIE);
|
||||||
ctrlmsg.set_build_id(42);
|
ctrlmsg.set_build_id(42);
|
||||||
SocketComm::sendMsg(minion.getSocketDescriptor(), ctrlmsg);
|
SocketComm::sendMsg(minion.getSocketDescriptor(), ctrlmsg);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
// give minion something to do..
|
// give minion something to do..
|
||||||
sendPendingExperimentData(minion);
|
sendPendingExperimentData(minion);
|
||||||
|
|||||||
Reference in New Issue
Block a user