git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated buffer handling with mutex and faster response
[u/mrichter/AliRoot.git]
/
EVE
/
EveHLT
/
AliEveEventBuffer.cxx
diff --git
a/EVE/EveHLT/AliEveEventBuffer.cxx
b/EVE/EveHLT/AliEveEventBuffer.cxx
index d064439bd52384e1133313d000ab31f275744b71..483732790a285338a6aaf372cb28076643f1f9c9 100644
(file)
--- a/
EVE/EveHLT/AliEveEventBuffer.cxx
+++ b/
EVE/EveHLT/AliEveEventBuffer.cxx
@@
-84,6
+84,7
@@
void AliEveEventBuffer::CreateBufferThread() {
cout << "Started BufferThread"<<endl;
} else {
cout << "Buffer is full already"<<endl;
+ fMutex->UnLock();
}
}
}