diff options
Diffstat (limited to 'src/rt/rust_dom.h')
| -rw-r--r-- | src/rt/rust_dom.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rt/rust_dom.h b/src/rt/rust_dom.h index 8aa24192..be3ca2f9 100644 --- a/src/rt/rust_dom.h +++ b/src/rt/rust_dom.h @@ -88,6 +88,11 @@ struct rust_dom : public kernel_owned<rust_dom>, rc_base<rust_dom> rust_task *create_task(rust_task *spawner, const char *name); }; +inline rust_log & +rust_dom::get_log() { + return _log; +} + // // Local Variables: // mode: C++ |