commit | 90576bddc22855f816bace1b8afb3a13913259b5 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Fri Feb 19 10:59:02 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Fri Feb 19 10:59:02 2010 -0800 |
tree | c9c318a8d3e3d87f7abc5372e0ccefb755d564a4 | |
parent | 4d065977ffd792f847b257347a26e8683ddc26b2 [diff] [blame] |
Comments and todo additions
diff --git a/src/python/oftest/controller.py b/src/python/oftest/controller.py index 7f4196b..2b47d2a 100644 --- a/src/python/oftest/controller.py +++ b/src/python/oftest/controller.py
@@ -426,6 +426,7 @@ return (None, None) # Careful of race condition releasing sync before message cv + # Also, this style is ripe for a lockup. self.expect_msg_cv.acquire() self.sync.release() self.expect_msg = True