summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r--linux/LinuxProcess.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h
index d75fe89d..6ce3037d 100644
--- a/linux/LinuxProcess.h
+++ b/linux/LinuxProcess.h
@@ -98,6 +98,7 @@ typedef struct LinuxProcess_ {
long m_drs;
long m_lrs;
long m_dt;
+ unsigned long long starttime;
#ifdef HAVE_TASKSTATS
unsigned long long io_rchar;
unsigned long long io_wchar;
@@ -143,6 +144,8 @@ typedef struct LinuxProcess_ {
#endif
+long long btime; /* semi-global */
+
extern ProcessFieldData Process_fields[];
extern ProcessPidColumn Process_pidColumns[];