X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=fd0defe2d1666f49165a3c65d6569ed42764cb11;hb=871d7de47c13ee6cd78b8eefdf9128be3c740ac0;hp=d8be185c5c6049ddc578035f19747455aca09db2;hpb=4288f619215e3dda0b75113d78e4fb7ba219ed58;p=elogind.git diff --git a/src/unit.h b/src/unit.h index d8be185c5..fd0defe2d 100644 --- a/src/unit.h +++ b/src/unit.h @@ -152,10 +152,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; + timestamp inactive_exit_timestamp; + timestamp active_enter_timestamp; + timestamp active_exit_timestamp; + timestamp inactive_enter_timestamp; /* Counterparts in the cgroup filesystem */ CGroupBonding *cgroup_bondings;