about summary refs log tree commit diff
path: root/src/rt/rust_uv.cpp
diff options
context:
space:
mode:
authorJeff Olson <olson.jeffery@gmail.com>2012-04-18 23:49:20 -0700
committerBrian Anderson <banderson@mozilla.com>2012-04-20 15:23:23 -0700
commita045e63639ae34feaa63fe70850e2d8468335eba (patch)
tree05ba81ada993b552bfa800ce55deba699afed7b3 /src/rt/rust_uv.cpp
parente15f1d5cad5d35cc640252377344dcdfbec04b22 (diff)
downloadrust-a045e63639ae34feaa63fe70850e2d8468335eba.tar.gz
rust-a045e63639ae34feaa63fe70850e2d8468335eba.zip
std: get_monitor_task_gl() is global_loop::get() default
Diffstat (limited to 'src/rt/rust_uv.cpp')
-rw-r--r--src/rt/rust_uv.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp
index a0184f78e5f..199a1aeb55e 100644
--- a/src/rt/rust_uv.cpp
+++ b/src/rt/rust_uv.cpp
@@ -447,6 +447,11 @@ rust_uv_get_kernel_global_chan_ptr() {
 }
 
 extern "C" uintptr_t*
+rust_uv_get_kernel_monitor_global_chan_ptr() {
+	return rust_uv_get_kernel_global_chan_ptr();
+}
+
+extern "C" uintptr_t*
 rust_uv_get_kernel_global_async_handle() {
     return rust_get_current_task()->kernel->get_global_async_handle();
 }