|
@@ -482,14 +482,6 @@ void aio_set_fd_handler(AioContext *ctx,
|
|
|
IOHandler *io_poll_ready,
|
|
|
void *opaque);
|
|
|
|
|
|
-/* Set polling begin/end callbacks for a file descriptor that has already been
|
|
|
- * registered with aio_set_fd_handler. Do nothing if the file descriptor is
|
|
|
- * not registered.
|
|
|
- */
|
|
|
-void aio_set_fd_poll(AioContext *ctx, int fd,
|
|
|
- IOHandler *io_poll_begin,
|
|
|
- IOHandler *io_poll_end);
|
|
|
-
|
|
|
/* Register an event notifier and associated callbacks. Behaves very similarly
|
|
|
* to event_notifier_set_handler. Unlike event_notifier_set_handler, these callbacks
|
|
|
* will be invoked when using aio_poll().
|