diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-12-17 16:45:13 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-12-20 20:15:09 -0800 |
| commit | aeadc6269ef76f4425a49d892ceac7ea311ef5c1 (patch) | |
| tree | e62356f817552b6430f43b6c72964325791418d1 /src/rt/rust_task.h | |
| parent | 128621be97d425a1d19e6640c8aee4fb6fca430b (diff) | |
| download | rust-aeadc6269ef76f4425a49d892ceac7ea311ef5c1.tar.gz rust-aeadc6269ef76f4425a49d892ceac7ea311ef5c1.zip | |
wip
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 21d20691ac6..ba116c5a7bc 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -203,6 +203,7 @@ rust_task : public kernel_owned<rust_task>, rust_cond void reset_stack_limit(); bool on_rust_stack(); void check_stack_canary(); + void clear_stack_cache(); }; // |
