summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-03 16:27:15 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-03 16:27:15 -0500
commit8745b767d8b8b4a5e4261a636b128df54f2bd02c (patch)
tree1e37593f1a32fa4ce343a428449ef2965379857a /ntpshm.h
parentc93e0c28dfd8165d8ac66e04139f2111109acaa6 (diff)
downloadgpsd-8745b767d8b8b4a5e4261a636b128df54f2bd02c.tar.gz
Tell ntpshhmon to merely snoop SHM updates, not consume them.
Diffstat (limited to 'ntpshm.h')
-rw-r--r--ntpshm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ntpshm.h b/ntpshm.h
index 9113caf5..7c8624ad 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -68,6 +68,8 @@ struct shm_stat_t {
struct shmTime /*@null@*/ *shm_get(int, bool, bool);
extern char *shm_name(const int);
-enum segstat_t shm_query(/*@null@*/struct shmTime *, /*@out@*/struct shm_stat_t *);
+enum segstat_t shm_query(/*@null@*/struct shmTime *,
+ /*@out@*/struct shm_stat_t *,
+ const bool);
/* end */