From ad80823a6ce301e5133e1ba9aff1560f0a9c2886 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 6 Feb 2012 18:00:49 -0800 Subject: rt: Introduce scheduler ids --- src/rt/rust_kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_kernel.cpp') diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp index 8f41182d791..3d74571c373 100644 --- a/src/rt/rust_kernel.cpp +++ b/src/rt/rust_kernel.cpp @@ -17,7 +17,7 @@ rust_kernel::rust_kernel(rust_srv *srv, size_t num_threads) : env(srv->env) { sched = new (this, "rust_scheduler") - rust_scheduler(this, srv, num_threads); + rust_scheduler(this, srv, num_threads, 0); live_schedulers = 1; } -- cgit 1.4.1-3-g733a5