Alexandre Julliard : server: Store the opening options in the file descriptor instead of in the individual objects .

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 11 06:42:07 CDT 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Apr 10 22:25:07 2007 +0200

server: Store the opening options in the file descriptor instead of in the individual objects.

Allows moving the FD_FLAG_OVERLAPPED support to the generic
get_handle_fd request handling.

---

 server/change.c     |    2 +-
 server/fd.c         |   24 +++++++++++++++---------
 server/file.c       |   21 ++++++++-------------
 server/file.h       |    5 +++--
 server/mailslot.c   |   10 +++++-----
 server/named_pipe.c |   16 ++++------------
 server/process.c    |    2 +-
 server/queue.c      |    2 +-
 server/request.c    |    2 +-
 server/serial.c     |   18 +-----------------
 server/signal.c     |    2 +-
 server/sock.c       |   44 +++++++++++++++++---------------------------
 server/thread.c     |    6 +++---
 13 files changed, 61 insertions(+), 93 deletions(-)

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



More information about the wine-cvs mailing list