diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2020-03-19 16:52:41 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2020-03-19 16:52:41 +0000 |
commit | 298b63370af317276d829310253a7e4d6b49b12c (patch) | |
tree | c0668229d550da6eb427240708133f40d4c30a9d /contrib/ntp/include/ntpd.h | |
parent | dd377685f2810780a397577c63e8236e9bd95e8c (diff) | |
download | src-test2-298b63370af317276d829310253a7e4d6b49b12c.tar.gz src-test2-298b63370af317276d829310253a7e4d6b49b12c.zip |
Notes
Diffstat (limited to 'contrib/ntp/include/ntpd.h')
-rw-r--r-- | contrib/ntp/include/ntpd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ntp/include/ntpd.h b/contrib/ntp/include/ntpd.h index ead0c2cf8171..de9283360a46 100644 --- a/contrib/ntp/include/ntpd.h +++ b/contrib/ntp/include/ntpd.h @@ -232,7 +232,7 @@ extern double sys_mindisp; extern double sys_maxdist; extern char *sys_ident; /* identity scheme */ -extern void poll_update (struct peer *, u_char); +extern void poll_update (struct peer *, u_char, u_char); extern void clear (struct peer *); extern void clock_filter (struct peer *, double, double, double); @@ -282,7 +282,7 @@ extern u_char sys_automax; /* session key timeout */ /* ntp_util.c */ extern void init_util (void); extern void write_stats (void); -extern void stats_config (int, const char *); +extern void stats_config (int, const char *, int optflag); extern void record_peer_stats (sockaddr_u *, int, double, double, double, double); extern void record_proto_stats (char *); extern void record_loop_stats (double, double, double, double, int); @@ -568,7 +568,7 @@ extern char *group; /* group to switch to */ extern const char *chrootdir; /* directory to chroot() to */ #endif #ifdef HAVE_WORKING_FORK -extern int waitsync_fd_to_close; /* -w/--wait-sync */ +extern int daemon_pipe[2]; /* startup monitoring */ #endif /* ntservice.c */ |