diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-14 03:05:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-14 03:05:38 +0200 |
commit | 173e382182d7f1ad2b132b6e923ef731d6affdf7 (patch) | |
tree | e58abf9c4abdaa046ff4591f0212423181d14b4a /unit.h | |
parent | 30de7d8520d1dfaa8c46098f972f57961fc91923 (diff) |
unit: record inactive enter/exit timestamps to facilitate syslog lookups
Diffstat (limited to 'unit.h')
-rw-r--r-- | unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |