commit | 9ad5628639e81127bd856717e9e21ecb79957bd0 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jul 14 10:32:46 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 14 10:32:46 2005 +0000 |
tree | 59085011064caa19932e4f2a5890018cf81a52ac | |
parent | ec167634f9785c6ae182a17e5c57745e0c227ce5 [diff] [blame] |
Moved the server start time to the init_thread request and got rid of the init_process request (based on a patch by Felix Nawothnig).
diff --git a/server/thread.c b/server/thread.c index f1f4f27..93c08ce 100644 --- a/server/thread.c +++ b/server/thread.c
@@ -888,6 +888,7 @@ reply->pid = get_process_id( process ); reply->tid = get_thread_id( current ); reply->version = SERVER_PROTOCOL_VERSION; + reply->server_start = server_start_time; return; error: