about summary refs log tree commit diff
path: root/src/rt/rust_scheduler.cpp
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2011-08-18 15:49:58 -0700
committerMichael Sullivan <sully@msully.net>2011-08-18 15:49:58 -0700
commiteb368d1b346a0cd6a9db3fc33ce3b563f68a5d84 (patch)
treeb46e9ec78ebfe42a798b91d800909d275fabf01b /src/rt/rust_scheduler.cpp
parent28fbc591fdfa65494412c37829c063dfcc98d648 (diff)
downloadrust-eb368d1b346a0cd6a9db3fc33ce3b563f68a5d84.tar.gz
rust-eb368d1b346a0cd6a9db3fc33ce3b563f68a5d84.zip
Remove rc_base. Closes #603.
Diffstat (limited to 'src/rt/rust_scheduler.cpp')
-rw-r--r--src/rt/rust_scheduler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_scheduler.cpp b/src/rt/rust_scheduler.cpp
index 913f489c382..5595ca51a55 100644
--- a/src/rt/rust_scheduler.cpp
+++ b/src/rt/rust_scheduler.cpp
@@ -6,6 +6,7 @@
 rust_scheduler::rust_scheduler(rust_kernel *kernel,
                                rust_srv *srv,
                                int id) :
+    ref_count(1),
     interrupt_flag(0),
     _log(srv, this),
     log_lvl(log_note),