diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-06 18:00:49 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-08 15:33:40 -0800 |
| commit | ad80823a6ce301e5133e1ba9aff1560f0a9c2886 (patch) | |
| tree | 6fd6689fb82d117b225add606ee737dee3ad736f /src/rt/rust_kernel.cpp | |
| parent | c76b81cddf7cd7b4aaebbe64bbf8c6565e3ce682 (diff) | |
| download | rust-ad80823a6ce301e5133e1ba9aff1560f0a9c2886.tar.gz rust-ad80823a6ce301e5133e1ba9aff1560f0a9c2886.zip | |
rt: Introduce scheduler ids
Diffstat (limited to 'src/rt/rust_kernel.cpp')
| -rw-r--r-- | src/rt/rust_kernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
