Vitaliy Margolen : Move named pipe objects into directory name space.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 5 08:54:20 CST 2005


Module: wine
Branch: refs/heads/master
Commit: babfa79436e1d745886ead360bee402bfd46074a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=babfa79436e1d745886ead360bee402bfd46074a

Author: Vitaliy Margolen <wine-patch at kievinfo.com>
Date:   Mon Dec  5 13:09:35 2005 +0100

Move named pipe objects into directory name space.
Change tests accordingly.
Add small test for WaitNamedPipe.

---

 dlls/kernel/sync.c             |    3 +
 dlls/kernel/tests/pipe.c       |    4 +
 dlls/ntdll/file.c              |   21 +++---
 dlls/ntdll/tests/om.c          |    4 +
 include/wine/server_protocol.h |    4 +
 server/directory.c             |   14 +++-
 server/named_pipe.c            |  151 ++++++++++++++++++++++++++++++++++------
 server/object.h                |    2 +
 server/protocol.def            |    2 +
 server/trace.c                 |    2 +
 10 files changed, 165 insertions(+), 42 deletions(-)




More information about the wine-cvs mailing list