remove rust_srv

This commit is contained in:
Jon Morton
2012-04-01 22:18:40 -05:00
parent 413994ea3e
commit 128a8b6ed5
19 changed files with 44 additions and 174 deletions

View File

@@ -27,7 +27,7 @@ rust_task::rust_task(rust_sched_loop *sched_loop, rust_task_state state,
name(name),
list_index(-1),
rendezvous_ptr(0),
local_region(&sched_loop->srv->local_region),
local_region(&sched_loop->local_region),
boxed(&local_region),
unwinding(false),
propagate_failure(true),