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/process.c b/server/process.c index f947d6d..f06f5f4 100644 --- a/server/process.c +++ b/server/process.c
@@ -87,6 +87,7 @@ no_flush, /* flush */ no_get_file_info, /* get_file_info */ no_queue_async, /* queue_async */ + NULL, /* reselect_async */ no_cancel_async /* cancel async */ };