]> Pileus Git - ~andy/linux/blobdiff - include/linux/timekeeper_internal.h
hrtimer: Add hrtimer support for CLOCK_TAI
[~andy/linux] / include / linux / timekeeper_internal.h
index ff94f436f8b7fbecf854220974b18e40d2b94142..26700d870506739c7da5766a9620ac0f2db28614 100644 (file)
@@ -64,6 +64,8 @@ struct timekeeper {
        struct timespec         raw_time;
        /* The current UTC to TAI offset in seconds */
        s32                     tai_offset;
+       /* Offset clock monotonic -> clock tai */
+       ktime_t                 offs_tai;
 
        /* Seqlock for all timekeeper values */
        seqlock_t               lock;