From f94339cc1c98a1ae3ee3beb94c848009167a58d9 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 3 Feb 2012 12:47:01 -0800 Subject: rt: Rename rust_scheduler to rust_task_thread --- src/rt/rust_uvtmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_uvtmp.cpp') diff --git a/src/rt/rust_uvtmp.cpp b/src/rt/rust_uvtmp.cpp index 7f4b425e5ec..7bd0b4fe55b 100644 --- a/src/rt/rust_uvtmp.cpp +++ b/src/rt/rust_uvtmp.cpp @@ -87,7 +87,7 @@ private: public: rust_uvtmp_thread() { - task = rust_scheduler::get_task(); + task = rust_task_thread::get_task(); stop_flag = false; loop = uv_loop_new(); uv_idle_init(loop, &idle); -- cgit 1.4.1-3-g733a5