diff options
| author | Michael Bebenita <[email protected]> | 2010-08-09 07:34:11 -0700 |
|---|---|---|
| committer | Michael Bebenita <[email protected]> | 2010-08-09 07:34:11 -0700 |
| commit | 56cd4e458a6c3cd40a8ee2ceb0a0fdab0352bf20 (patch) | |
| tree | bdc9c70bf64dc46a9838c38afa42673198ed3c67 /src/rt/rust_dom.h | |
| parent | Added the RUST_SEED env variable to seed the Rust task scheduler -- helpful w... (diff) | |
| download | rust-56cd4e458a6c3cd40a8ee2ceb0a0fdab0352bf20.tar.xz rust-56cd4e458a6c3cd40a8ee2ceb0a0fdab0352bf20.zip | |
Made the runtime keep track of all live domains and print their state.
Diffstat (limited to 'src/rt/rust_dom.h')
| -rw-r--r-- | src/rt/rust_dom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_dom.h b/src/rt/rust_dom.h index 528790d5..4f3a91dc 100644 --- a/src/rt/rust_dom.h +++ b/src/rt/rust_dom.h @@ -84,6 +84,7 @@ struct rust_dom int start_main_loop(); void log_state(); + static void log_all_state(); }; // |