summaryrefslogtreecommitdiff
path: root/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-14 03:05:38 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-14 03:05:38 +0200
commit173e382182d7f1ad2b132b6e923ef731d6affdf7 (patch)
treee58abf9c4abdaa046ff4591f0212423181d14b4a /unit.h
parent30de7d8520d1dfaa8c46098f972f57961fc91923 (diff)
unit: record inactive enter/exit timestamps to facilitate syslog lookups
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unit.h b/unit.h
index 5b76a59b79..8f9d9e9860 100644
--- a/unit.h
+++ b/unit.h
@@ -149,8 +149,10 @@ struct Meta {
* the job for it */
Job *job;
+ usec_t inactive_exit_timestamp;
usec_t active_enter_timestamp;
usec_t active_exit_timestamp;
+ usec_t inactive_enter_timestamp;
/* Counterparts in the cgroup filesystem */
CGroupBonding *cgroup_bondings;