aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-12-15 06:23:39 +0000
committerkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-12-15 06:23:39 +0000
commit1ac561b06d51d36d4c535f4b383b97d37b34d299 (patch)
tree57e7c5592ad7ebff7fd4f078a517077e8b102c2b
parent856bbbee2a00769c2051824cd4db339e15a9e469 (diff)
Fixing Thomas's MTC receive bug. We don't have a ticket for it, but there seemed to be a timing inversion deadlock in Interthread.h. We mostly duck it, instead of solving it.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2822 19bc5d8c-e614-43d4-8b26-e1612bc8e597
-rw-r--r--CommonLibs/Interthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h
index 023ac14..66839d9 100644
--- a/CommonLibs/Interthread.h
+++ b/CommonLibs/Interthread.h
@@ -95,6 +95,7 @@ template <class T> class InterthreadQueue {
/**
Blocking read with a timeout.
+ Watch for timing inversion deadlocks -kurtis
@param timeout The read timeout in ms.
@return Pointer to object or NULL on timeout.
*/