diff options
| author | Michael Bebenita <[email protected]> | 2010-09-08 19:26:46 -0700 |
|---|---|---|
| committer | Michael Bebenita <[email protected]> | 2010-09-08 21:25:16 -0700 |
| commit | 743ca289b6cec6dafb1d1952646b7ec73c63cf07 (patch) | |
| tree | e8a53560d89269644c29bbe2246c70f219120ff9 /src/rt/rust_task.h | |
| parent | Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit... (diff) | |
| download | rust-743ca289b6cec6dafb1d1952646b7ec73c63cf07.tar.xz rust-743ca289b6cec6dafb1d1952646b7ec73c63cf07.zip | |
Cache task handles.
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 383707f0..7b0cfef7 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -46,6 +46,8 @@ rust_task : public maybe_proxy<rust_task>, rust_alarm alarm; + rust_handle<rust_task> *handle; + // Only a pointer to 'name' is kept, so it must live as long as this task. rust_task(rust_dom *dom, rust_task *spawner, |