aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_chan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_chan.h')
-rw-r--r--src/rt/rust_chan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_chan.h b/src/rt/rust_chan.h
index 055e359a..6aa98247 100644
--- a/src/rt/rust_chan.h
+++ b/src/rt/rust_chan.h
@@ -17,7 +17,7 @@ public:
void disassociate();
bool is_associated();
- void transmit();
+ void send(void *sptr);
};
//