Skip to content

Commit cf08ed6

Browse files
olsonjefferybrson
authored andcommitted
fzzzy's patch for rustrt.def.in
adds new c/c++ methods bound in rust for uvtmp::uv
1 parent 8285951 commit cf08ed6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/rt/rustrt.def.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,19 @@ rust_uvtmp_read_start
9999
rust_uvtmp_timer
100100
rust_uvtmp_delete_buf
101101
rust_uvtmp_get_req_id
102+
rust_uvtmp_uv_loop_new
103+
rust_uvtmp_uv_loop_set_data
104+
rust_uvtmp_uv_bind_op_cb
105+
rust_uvtmp_uv_stop_op_cb
106+
rust_uvtmp_uv_run
107+
rust_uvtmp_uv_close
108+
rust_uvtmp_uv_close_async
109+
rust_uvtmp_uv_close_timer
110+
rust_uvtmp_uv_async_send
111+
rust_uvtmp_uv_async_init
112+
rust_uvtmp_uv_timer_init
113+
rust_uvtmp_uv_timer_start
114+
rust_uvtmp_uv_timer_stop
102115
rust_dbg_lock_create
103116
rust_dbg_lock_destroy
104117
rust_dbg_lock_lock

0 commit comments

Comments
 (0)