unix, windows: rename uv_run2 to uv_run
This changes the prototype of uv_run() from: int uv_run(uv_loop_t* loop); To: int uv_run(uv_loop_t* loop, uv_run_mode mode); Where `mode` is UV_RUN_DEFAULT, UV_RUN_ONCE or UV_RUN_NOWAIT. Fixes #683.
Showing
- include/uv.h 1 addition, 7 deletionsinclude/uv.h
- src/unix/core.c 1 addition, 6 deletionssrc/unix/core.c
- src/win/core.c 1 addition, 6 deletionssrc/win/core.c
- test/benchmark-async-pummel.c 1 addition, 1 deletiontest/benchmark-async-pummel.c
- test/benchmark-async.c 2 additions, 2 deletionstest/benchmark-async.c
- test/benchmark-fs-stat.c 2 additions, 2 deletionstest/benchmark-fs-stat.c
- test/benchmark-getaddrinfo.c 1 addition, 1 deletiontest/benchmark-getaddrinfo.c
- test/benchmark-loop-count.c 2 additions, 2 deletionstest/benchmark-loop-count.c
- test/benchmark-million-async.c 1 addition, 1 deletiontest/benchmark-million-async.c
- test/benchmark-million-timers.c 2 additions, 2 deletionstest/benchmark-million-timers.c
- test/benchmark-multi-accept.c 5 additions, 5 deletionstest/benchmark-multi-accept.c
- test/benchmark-ping-pongs.c 1 addition, 1 deletiontest/benchmark-ping-pongs.c
- test/benchmark-pound.c 1 addition, 1 deletiontest/benchmark-pound.c
- test/benchmark-pump.c 4 additions, 4 deletionstest/benchmark-pump.c
- test/benchmark-spawn.c 1 addition, 1 deletiontest/benchmark-spawn.c
- test/benchmark-tcp-write-batch.c 1 addition, 1 deletiontest/benchmark-tcp-write-batch.c
- test/benchmark-udp-pummel.c 1 addition, 1 deletiontest/benchmark-udp-pummel.c
- test/blackhole-server.c 1 addition, 1 deletiontest/blackhole-server.c
- test/dns-server.c 1 addition, 1 deletiontest/dns-server.c
- test/echo-server.c 4 additions, 4 deletionstest/echo-server.c
Loading
Please register or sign in to comment