X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=unit.h;h=8f9d9e98601925f308277f0501f8f178ee1141c4;hp=5b76a59b790f5611a00c10ef6fe55f41715bf055;hb=173e382182d7f1ad2b132b6e923ef731d6affdf7;hpb=6e2ef85b2572af82a0ce035516d65218bdc80fa4 diff --git a/unit.h b/unit.h index 5b76a59b7..8f9d9e986 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;