| commit | cd1c7fc056decda40f62d99438dda69d005fd7ed | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Fri Dec 29 16:56:11 2006 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 29 16:56:11 2006 +0100 |
| tree | a1eb3f1be350fcd52f184d433b767cda2c23e7af | |
| parent | 48b74b32379847584294bed4ec66eb759e200f47 [diff] [blame] |
server: Add hooks to support process tracing mechanisms other than ptrace.
diff --git a/server/request.c b/server/request.c index 07cc5fb..c01a70e 100644 --- a/server/request.c +++ b/server/request.c
@@ -800,6 +800,9 @@ /* init startup time */ gettimeofday( &server_start_time, NULL ); + + /* init the process tracing mechanism */ + init_tracing_mechanism(); } /* master socket timer expiration handler */