summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ntpshm.h')
-rw-r--r--ntpshm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ntpshm.h b/ntpshm.h
index 5e7103a0..07a02a8d 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -53,8 +53,8 @@ enum segstat_t {
struct shm_stat_t {
int mode;
- struct timespec tvr, tvt;
- time_t now;
+ struct timespec tvc, tvr, tvt;
+ int precision;
int leap;
};