summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
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 c8cd3b6e..45648a8b 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 status;
+ enum segstat_t status;
struct timespec tvc, tvr, tvt;
int precision;
int leap;