- separate cleanly between async scheduling and file IO related issues.
commit2b47fb3cee8625ef5b1265060570bde7633b2e5d
authorMartin Wilck <Martin.Wilck@fujitsu-siemens.com>
Fri, 5 Apr 2002 22:53:57 +0000 (5 22:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 Apr 2002 22:53:57 +0000 (5 22:53 +0000)
tree55477b85c0f1cb36c1c9fc84314bf5dad79ffa9d
parentce73456d80ea6d6837bcd2f8f9834e4f6acfe0b4
- separate cleanly between async scheduling and file IO related issues.
- make the API compatible with other types of async requests (e.g. for
  sockets).
- remove exports of async IO related functions for DLL separation.
dlls/kernel/comm.c
files/file.c
include/async.h [new file with mode: 0644]
include/file.h
include/wine/server_protocol.h
scheduler/synchro.c
server/async.c
server/async.h
server/protocol.def
server/thread.c
server/trace.c