Rewrite of Comms
This commit is contained in:
parent
c6265f6659
commit
7297336e46
14 changed files with 173 additions and 303 deletions
|
@ -490,10 +490,7 @@ void Controller::SharedMemStats(void *config){
|
|||
}else{/*LTS-START*/
|
||||
if (Controller::killOnExit){
|
||||
WARN_MSG("Killing all connected clients to force full shutdown");
|
||||
for (uint32_t id = statComm.firstValid(); id != statComm.endValid(); id++){
|
||||
if (statComm.getStatus(id) == COMM_STATUS_INVALID){continue;}
|
||||
statComm.kill(id, true);
|
||||
}
|
||||
statComm.finishAll();
|
||||
}
|
||||
/*LTS-END*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue