diff options
Diffstat (limited to 'src/rt/rust_port.h')
| -rw-r--r-- | src/rt/rust_port.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_port.h b/src/rt/rust_port.h index 49a89437..7a58f839 100644 --- a/src/rt/rust_port.h +++ b/src/rt/rust_port.h @@ -15,6 +15,8 @@ public: rust_port(rust_task *task, size_t unit_sz); ~rust_port(); + void log_state(); + bool receive(void *dptr); }; // |