summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-25 13:59:15 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-25 14:02:45 -0500
commit78eaa714b5fecb973d792f5fad746a85e6ff26af (patch)
treea5ac6ce74bfa614e24427e5380d47e01361b3019 /ntpshm.h
parent45f2674689cf7a15c78f6774dd4bbf64c7f1ab92 (diff)
downloadgpsd-78eaa714b5fecb973d792f5fad746a85e6ff26af.tar.gz
Make ntpmon autoconfigure and do subsecond polling.
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 07a02a8d..60580c24 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -58,7 +58,7 @@ struct shm_stat_t {
int leap;
};
-struct shmTime *shm_get(int, bool);
+struct shmTime *shm_get(int, bool, bool);
extern char *shm_name(const int);
enum segstat_t shm_query(struct shmTime *, struct shm_stat_t *);