diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-07-12 19:43:22 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-07-12 19:49:49 -0400 |
| commit | a10f52c5793b358a16e3e98db4b16c65ba8e254b (patch) | |
| tree | 67e53933ce262ab82e2179841f9fc400db72a840 /src/rt/rust_port_selector.h | |
| parent | 5724c6454950617c292daba89cdb9a3b4c862430 (diff) | |
| download | rust-a10f52c5793b358a16e3e98db4b16c65ba8e254b.tar.gz rust-a10f52c5793b358a16e3e98db4b16c65ba8e254b.zip | |
Revert linked failure (rust_port locking)
This reverts commit 343e9de8ef4ee9727f027c896ce99f09611b9603.
Diffstat (limited to 'src/rt/rust_port_selector.h')
| -rw-r--r-- | src/rt/rust_port_selector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_port_selector.h b/src/rt/rust_port_selector.h index 73f2a9e4a0c..8dbf0c40329 100644 --- a/src/rt/rust_port_selector.h +++ b/src/rt/rust_port_selector.h @@ -9,6 +9,7 @@ class rust_port_selector : public rust_cond { private: rust_port **ports; size_t n_ports; + lock_and_signal rendezvous_lock; public: rust_port_selector(); |
