commit | 6f011c08476fa5a0a4aa71f332232fc4336f6448 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike_mccormack@start.com.au> | Thu Dec 20 00:07:05 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Dec 20 00:07:05 2001 +0000 |
tree | c83ee7d8b927e6ff0840dc29550e7b3e614e36ab | |
parent | 9788815b9c90fcc2ac0bdc9c4515c09ba4b3d0bb [diff] [blame] |
- move async activation into the server - implement async queues
diff --git a/server/queue.c b/server/queue.c index 87e85a0..a639ebe 100644 --- a/server/queue.c +++ b/server/queue.c
@@ -112,6 +112,7 @@ no_get_fd, /* get_fd */ no_flush, /* flush */ no_get_file_info, /* get_file_info */ + NULL, /* queue_async */ msg_queue_destroy /* destroy */ };