diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-01 00:26:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-01 00:26:44 +0200 |
commit | 6398320759ce4ed84922bb28f715d3c6c66166c4 (patch) | |
tree | d82395c8860a377eef72b28f3cc707ed16e31eff /src/unit.h | |
parent | 6398bea5d22a1d53f2fdabbf6fa4dc6f4ac1b6f4 (diff) |
core: rename struct timestamp to dual_timestamp to avoid name clash with IP system headers
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/unit.h b/src/unit.h index fb158d511d..70b3c9a4c1 100644 --- a/src/unit.h +++ b/src/unit.h @@ -153,10 +153,10 @@ struct Meta { * the job for it */ Job *job; - timestamp inactive_exit_timestamp; - timestamp active_enter_timestamp; - timestamp active_exit_timestamp; - timestamp inactive_enter_timestamp; + dual_timestamp inactive_exit_timestamp; + dual_timestamp active_enter_timestamp; + dual_timestamp active_exit_timestamp; + dual_timestamp inactive_enter_timestamp; /* Counterparts in the cgroup filesystem */ CGroupBonding *cgroup_bondings; |