summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-25 17:28:12 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-25 17:28:12 -0500
commit05b3c089bc0ba94281190b453dedbe9adf70d25c (patch)
tree3fe7bebbb0fb12ea82b36626ddbf24c7d80e2830 /ntpshm.h
parentbf6b99d4440d85c5cbe506f7e1076394e1c96f5c (diff)
downloadgpsd-05b3c089bc0ba94281190b453dedbe9adf70d25c.tar.gz
In gpmon, it was confusing to use 'mode' as a report field that wasn't SHM mode.
Diffstat (limited to 'ntpshm.h')
-rw-r--r--ntpshm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpshm.h b/ntpshm.h
index b30d624d..ceb01526 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -60,7 +60,7 @@ enum segstat_t {
OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH};
struct shm_stat_t {
- int mode;
+ int status;
struct timespec tvc, tvr, tvt;
int precision;
int leap;