| 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/timer.c b/server/timer.c index fd9604a..90e1f32 100644 --- a/server/timer.c +++ b/server/timer.c
@@ -45,6 +45,7 @@ no_get_fd, /* get_fd */ no_flush, /* flush */ no_get_file_info, /* get_file_info */ + NULL, /* queue_async */ timer_destroy /* destroy */ };