From de611a309006f0976bc9a579eb1087e7a89f79a7 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Tue, 7 Sep 2010 18:39:07 -0700 Subject: Lots of design changes around proxies and message passing. Made it so that domains can only talk to other domains via handles, and with the help of the rust_kernel. --- src/rt/rust_chan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rt/rust_chan.h') diff --git a/src/rt/rust_chan.h b/src/rt/rust_chan.h index 6aa98247..a6e4d3d6 100644 --- a/src/rt/rust_chan.h +++ b/src/rt/rust_chan.h @@ -5,7 +5,8 @@ class rust_chan : public rc_base, public task_owned, public rust_cond { public: - rust_chan(rust_task *task, maybe_proxy *port); + rust_chan(rust_task *task, maybe_proxy *port, size_t unit_sz); + ~rust_chan(); rust_task *task; -- cgit v1.2.3