rt: Introduce scheduler ids

This commit is contained in:
Brian Anderson
2012-02-06 18:00:49 -08:00
parent c76b81cddf
commit ad80823a6c
4 changed files with 10 additions and 4 deletions

View File

@@ -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;
}