diff options
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, |