Alexandre Julliard : server: Simplify process creation.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 19 12:31:57 CDT 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jul 19 14:00:10 2006 +0200

server: Simplify process creation.

Pass the socket for the new process from the parent through the
environment.
Perform initialisations during the new_process request.

---

 dlls/kernel/process.c          |  206 ++++++++++++++++---------------------
 dlls/ntdll/server.c            |   23 +++-
 include/wine/server_protocol.h |   21 ++--
 server/process.c               |  220 +++++++++++++++++-----------------------
 server/process.h               |    2 
 server/protocol.def            |   37 +++----
 server/request.c               |    2 
 server/trace.c                 |   25 ++---
 8 files changed, 247 insertions(+), 289 deletions(-)

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



More information about the wine-cvs mailing list