Merged in TS fixes/unification (and other small changes) by Wouter Spruit

This commit is contained in:
Thulinma 2015-03-05 12:13:23 +01:00
parent bd012b3b35
commit 6a6a8915d2
4 changed files with 362 additions and 453 deletions

View file

@ -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;