Alexandre Julliard : ntdll: Maintain a file descriptor cache on the client side.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 2 15:38:39 CST 2006


Module: wine
Branch: master
Commit: 28418cc91900ae8e5497e69fac2392779b8f4bd5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=28418cc91900ae8e5497e69fac2392779b8f4bd5

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov  2 20:48:19 2006 +0100

ntdll: Maintain a file descriptor cache on the client side.

---

 dlls/ntdll/file.c              |    2 +-
 dlls/ntdll/ntdll_misc.h        |    1 +
 dlls/ntdll/om.c                |    7 ++-
 dlls/ntdll/server.c            |  119 +++++++++++++++++++++++++++++++++-------
 include/wine/server_protocol.h |    8 +-
 server/fd.c                    |   12 +---
 server/handle.c                |    6 +-
 server/protocol.def            |    6 +-
 server/trace.c                 |    7 +-
 9 files changed, 122 insertions(+), 46 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=28418cc91900ae8e5497e69fac2392779b8f4bd5



More information about the wine-cvs mailing list