From 793da65a8eb060268056861d1a82761747aa52a2 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 10 Nov 2011 17:53:19 -0800 Subject: rt: Move rust_chan::send to rust_port::send --- src/rt/rust_builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_builtin.cpp') diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index cfe3edcd24c..4086e3708fd 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -498,7 +498,7 @@ chan_id_send(type_desc *t, rust_task_id target_task_id, if(target_task) { rust_port *port = target_task->get_port_by_id(target_port_id); if(port) { - port->remote_chan->send(sptr); + port->send(sptr); } target_task->deref(); } -- cgit 1.4.1-3-g733a5