diff options
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 79b3d873e88..398db5976bb 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -713,6 +713,12 @@ rust_task::check_stack_canary() { ::check_stack_canary(stk); } +void +rust_task::config_notify(chan_handle chan) { + user.notify_enabled = true; + user.notify_chan = chan; +} + // // Local Variables: // mode: C++ |
