* fhandler_process.cc (format_process_stat): Use cygwin-derived start time even
on NT since it is the logical start time of the "process". * pinfo.cc (set_myself): Don't set start time when it should have already been set previously.
This commit is contained in:
@@ -61,7 +61,6 @@ set_myself (HANDLE h)
|
||||
/* here if execed */
|
||||
static pinfo NO_COPY myself_identity;
|
||||
myself_identity.init (cygwin_pid (myself->dwProcessId), PID_EXECED, NULL);
|
||||
myself->start_time = time (NULL); /* Register our starting time. */
|
||||
myself->exec_sendsig = NULL;
|
||||
myself->exec_dwProcessId = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user