diff options
| author | Michael Bebenita <[email protected]> | 2010-08-09 07:52:07 -0700 |
|---|---|---|
| committer | Michael Bebenita <[email protected]> | 2010-08-09 07:52:07 -0700 |
| commit | 30734a9a7ba8e58bf4bd4196f8abd1fd40241732 (patch) | |
| tree | fa281c9ad53c9acfa9f51e0d0b0abab41121ab64 /src/rt/rust_port.h | |
| parent | Added class to abstract away platform specific thread primitives. (diff) | |
| download | rust-30734a9a7ba8e58bf4bd4196f8abd1fd40241732.tar.xz rust-30734a9a7ba8e58bf4bd4196f8abd1fd40241732.zip | |
Some pretty printing in the runtime.
Diffstat (limited to 'src/rt/rust_port.h')
| -rw-r--r-- | src/rt/rust_port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_port.h b/src/rt/rust_port.h index 49a89437..3330701a 100644 --- a/src/rt/rust_port.h +++ b/src/rt/rust_port.h @@ -15,6 +15,7 @@ public: rust_port(rust_task *task, size_t unit_sz); ~rust_port(); + void log_state(); }; // |