summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Process.h b/Process.h
index e9c42622..72197963 100644
--- a/Process.h
+++ b/Process.h
@@ -174,8 +174,8 @@ typedef struct Process_ {
/*
* Internal time counts for showing new and exited processes.
*/
- time_t seenTs;
- time_t tombTs;
+ uint64_t seenStampMs;
+ uint64_t tombStampMs;
/*
* Internal state for tree-mode.