| commit | 72bff2e445f18c1fe4b5c6c3c8ca51ab8be722f5 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Tue Apr 10 17:07:27 2007 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Apr 10 17:07:27 2007 +0200 |
| tree | b112384bb399faa89c1bf5a6092e398a0813482c | |
| parent | ce45b8b1c68d4053238e1947b5ec2ab5d82a7e5a [diff] [blame] |
server: Add support for restarting an async I/O when the client side couldn't finish it right away.
diff --git a/server/request.c b/server/request.c index 20fe435..7dac5d1 100644 --- a/server/request.c +++ b/server/request.c
@@ -109,6 +109,7 @@ no_flush, /* flush */ no_get_file_info, /* get_file_info */ no_queue_async, /* queue_async */ + NULL, /* reselect_async */ no_cancel_async /* cancel_async */ };