Merged in TS fixes/unification (and other small changes) by Wouter Spruit
This commit is contained in:
parent
bd012b3b35
commit
6a6a8915d2
4 changed files with 362 additions and 453 deletions
|
@ -961,6 +961,9 @@ namespace IPC {
|
|||
|
||||
///\brief Indicate that the process is done using this piece of memory, set the counter to finished
|
||||
void sharedClient::finish() {
|
||||
if (!myPage.mapped) {
|
||||
return;
|
||||
}
|
||||
if (!hasCounter) {
|
||||
DEBUG_MSG(DLVL_WARN, "Trying to time-out an element without counters");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue