diff options
Diffstat (limited to 'src/rt/rust_internal.h')
| -rw-r--r-- | src/rt/rust_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 4a1f3e45..695fc21d 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -248,6 +248,9 @@ public: size_t n_libs; uintptr_t abi_tag; + // FIXME: not generated by rustboot, should only be accessed in crates + // generated by rustc. + void* crate_map; // Crates are immutable, constructed by the compiler. @@ -259,6 +262,8 @@ public: uintptr_t get_gc_glue() const; uintptr_t get_exit_task_glue() const; + void update_log_settings(char* settings) const; + struct mem_area { rust_dom *dom; |