aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index a5cca2cb..0c723a9d 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -5,9 +5,8 @@
#ifndef RUST_TASK_H
#define RUST_TASK_H
struct
-rust_task : public rust_proxy_delegate<rust_task>,
- public dom_owned<rust_task>,
- public rust_cond
+rust_task : public maybe_proxy<rust_task>,
+ public dom_owned<rust_task>
{
// Fields known to the compiler.
stk_seg *stk;