aboutsummaryrefslogtreecommitdiff
path: root/include/ntp_config.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-02-05 20:53:33 +0000
committerCy Schubert <cy@FreeBSD.org>2015-02-05 20:53:33 +0000
commitf7cba3a80d9ebefc57776fffd17a4ae68f72e494 (patch)
treedc1c5074828f0c5fafe2fb8f5599339dfdc5bc97 /include/ntp_config.h
parent44a728f815af203cd7a91db83b06325818433463 (diff)
downloadsrc-f7cba3a80d9ebefc57776fffd17a4ae68f72e494.tar.gz
src-f7cba3a80d9ebefc57776fffd17a4ae68f72e494.zip
Vendor import ntp-4.2.8p1.vendor/ntp/4.2.8p1
Approved by: roberto
Notes
Notes: svn path=/vendor/ntp/dist/; revision=278284 svn path=/vendor/ntp/4.2.8p1/; revision=278285; tag=vendor/ntp/4.2.8p1
Diffstat (limited to 'include/ntp_config.h')
-rw-r--r--include/ntp_config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ntp_config.h b/include/ntp_config.h
index 900688cef4ee..a74cd552b85d 100644
--- a/include/ntp_config.h
+++ b/include/ntp_config.h
@@ -239,6 +239,7 @@ struct config_tree_tag {
int_fifo * reset_counters;
sim_fifo * sim_details;
+ int mdnstries;
};
@@ -286,7 +287,7 @@ attr_val *create_attr_dval(int attr, double value);
attr_val *create_attr_ival(int attr, int value);
attr_val *create_attr_uval(int attr, u_int value);
attr_val *create_attr_rangeval(int attr, int first, int last);
-attr_val *create_attr_sval(int attr, char *s);
+attr_val *create_attr_sval(int attr, const char *s);
filegen_node *create_filegen_node(int filegen_token,
attr_val_fifo *options);
string_node *create_string_node(char *str);
@@ -316,7 +317,7 @@ int dump_all_config_trees(FILE *df, int comment);
#endif
#if defined(HAVE_SETRLIMIT)
-void ntp_rlimit(int, rlim_t, int, char *);
+void ntp_rlimit(int, rlim_t, int, const char *);
#endif
#endif /* !defined(NTP_CONFIG_H) */