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_srv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_srv.h') diff --git a/src/rt/rust_srv.h b/src/rt/rust_srv.h index ab646ae6..465b03b7 100644 --- a/src/rt/rust_srv.h +++ b/src/rt/rust_srv.h @@ -7,7 +7,6 @@ class rust_srv { public: memory_region local_region; memory_region synchronized_region; - rust_kernel *kernel; virtual void log(char const *msg); virtual void fatal(char const *expression, char const *file, @@ -24,6 +23,7 @@ public: virtual void *realloc(void *, size_t); rust_srv(); virtual ~rust_srv(); + virtual rust_srv *clone(); }; #endif /* RUST_SRV_H */ -- cgit v1.2.3