summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-25 05:42:50 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-25 05:42:50 -0500
commit7e62d2edf0caa0d83db0786b22c1a43aff5ebc6c (patch)
tree73e1d1cb2cf9641195852047211d6150b8535924 /ntpshm.h
parent352b62f793892590fb61cfe8395c2e09b44fe3eb (diff)
downloadgpsd-7e62d2edf0caa0d83db0786b22c1a43aff5ebc6c.tar.gz
ntpmon code polishing.
Diffstat (limited to 'ntpshm.h')
-rw-r--r--ntpshm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ntpshm.h b/ntpshm.h
index 086c94b8..5e7103a0 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -52,6 +52,7 @@ enum segstat_t {
OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH};
struct shm_stat_t {
+ int mode;
struct timespec tvr, tvt;
time_t now;
int leap;