From cf08ed64584cd13eb3fb98ca07d3e3b987103c16 Mon Sep 17 00:00:00 2001 From: Jeff Olson Date: Wed, 22 Feb 2012 12:10:33 -0800 Subject: [PATCH] fzzzy's patch for rustrt.def.in adds new c/c++ methods bound in rust for uvtmp::uv --- src/rt/rustrt.def.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index 5b62d606917f..2c7265ff58ae 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -99,6 +99,19 @@ rust_uvtmp_read_start rust_uvtmp_timer rust_uvtmp_delete_buf rust_uvtmp_get_req_id +rust_uvtmp_uv_loop_new +rust_uvtmp_uv_loop_set_data +rust_uvtmp_uv_bind_op_cb +rust_uvtmp_uv_stop_op_cb +rust_uvtmp_uv_run +rust_uvtmp_uv_close +rust_uvtmp_uv_close_async +rust_uvtmp_uv_close_timer +rust_uvtmp_uv_async_send +rust_uvtmp_uv_async_init +rust_uvtmp_uv_timer_init +rust_uvtmp_uv_timer_start +rust_uvtmp_uv_timer_stop rust_dbg_lock_create rust_dbg_lock_destroy rust_dbg_lock_lock