bufferLivePacket improvements for generic Outputs
This commit is contained in:
parent
bd2f1724f6
commit
eef9303e61
8 changed files with 58 additions and 59 deletions
|
@ -1196,13 +1196,13 @@ namespace IPC {
|
|||
}
|
||||
if (!hasCounter) {
|
||||
DEBUG_MSG(DLVL_WARN, "Trying to time-out an element without counters");
|
||||
myPage.close();
|
||||
return;
|
||||
}
|
||||
if (myPage.mapped) {
|
||||
semGuard tmpGuard(&mySemaphore);
|
||||
myPage.mapped[offsetOnPage] = 126 | (countAsViewer?0x80:0);
|
||||
HIGH_MSG("sharedClient finished ID %d", offsetOnPage/(payLen+1));
|
||||
}
|
||||
semGuard tmpGuard(&mySemaphore);
|
||||
myPage.mapped[offsetOnPage] = 126 | (countAsViewer?0x80:0);
|
||||
HIGH_MSG("sharedClient finished ID %d", offsetOnPage/(payLen+1));
|
||||
myPage.close();
|
||||
}
|
||||
|
||||
///\brief Re-initialize the counter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue