typo
This commit is contained in:
parent
655f030f2e
commit
969e026999
2
oio.h
2
oio.h
@ -216,7 +216,7 @@ int oio_prepare_start(oio_handle* handle, oio_loop_cb cb);
|
||||
int oio_prepare_stop(oio_handle* handle);
|
||||
|
||||
/* Every active check handle gets its callback called exactly once per loop */
|
||||
/* iteration, just before the system blocks to wait for completed i/o. */
|
||||
/* iteration, just after the system returns from blocking. */
|
||||
int oio_check_init(oio_handle* handle, oio_close_cb close_cb);
|
||||
int oio_check_start(oio_handle* handle, oio_loop_cb cb);
|
||||
int oio_check_stop(oio_handle* handle);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user