ChangeSet ID: 7758 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/02 16:49:00
Modified files: tools : make_requests server : trace.c timer.c thread.c protocol.def scheduler : timer.c include/wine : server_protocol.h dlls/ntdll : time.c sync.c ntdll_misc.h
Log message: Added abs_time_t structure to the server protocol, and added a dump routine for it that displays the relative timeout to make timeout values easier to interpret.
Patch: http://cvs.winehq.com/patch.py?id=7758
Old revision New revision Changes Path 1.35 1.36 +1 -0 wine/tools/make_requests 1.160 1.161 +29 -4 wine/server/trace.c 1.20 1.21 +5 -5 wine/server/timer.c 1.95 1.96 +6 -6 wine/server/thread.c 1.63 1.64 +9 -4 wine/server/protocol.def 1.18 1.19 +8 -11 wine/scheduler/timer.c 1.63 1.64 +10 -5 wine/include/wine/server_protocol.h 1.29 1.30 +11 -9 wine/dlls/ntdll/time.c 1.25 1.26 +1 -5 wine/dlls/ntdll/sync.c 1.12 1.13 +2 -1 wine/dlls/ntdll/ntdll_misc.h