]> Pileus Git - ~andy/linux/blobdiff - include/linux/timekeeper_internal.h
timekeeping: Move TAI managment into timekeeping core from ntp
[~andy/linux] / include / linux / timekeeper_internal.h
index e1d558e237ecfdd8059106c4e98f488ff406ff12..ff94f436f8b7fbecf854220974b18e40d2b94142 100644 (file)
@@ -62,6 +62,9 @@ struct timekeeper {
        ktime_t                 offs_boot;
        /* The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock. */
        struct timespec         raw_time;
+       /* The current UTC to TAI offset in seconds */
+       s32                     tai_offset;
+
        /* Seqlock for all timekeeper values */
        seqlock_t               lock;
 };