ChangeSet ID: 10180472380621747948034717 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/04/05 16:53:58
Modified files: dlls/kernel : comm.c files : file.c include : file.h include/wine : server_protocol.h scheduler : synchro.c server : async.c async.h protocol.def thread.c trace.c Added files: include : async.h
Log message: Martin Wilck Martin.Wilck@fujitsu-siemens.com - 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.
Patch: http://cvs.winehq.com/patch.py?id=10180472380621747948034717
Revision Changes Path 1.54 +65 -38 wine/dlls/kernel/comm.c 1.138 +100 -97 wine/files/file.c 1.41 +0 -22 wine/include/file.h 1.3 +123 -3 wine/include/async.h 1.32 +2 -3 wine/include/wine/server_protocol.h 1.43 +16 -54 wine/scheduler/synchro.c 1.12 +3 -4 wine/server/async.c 1.3 +1 -2 wine/server/async.h 1.33 +2 -3 wine/server/protocol.def 1.78 +2 -1 wine/server/thread.c 1.130 +0 -1 wine/server/trace.c