The sanity_freq_limit field was erroneously added to the config struct in ed379b40, the right one is in the default_ds struct.
Signed-off-by: Miroslav Lichvar <mlich...@redhat.com> --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 1b8cea3..a0b562a 100644 --- a/config.h +++ b/config.h @@ -89,7 +89,6 @@ struct config { double *pi_integral_scale; double *pi_integral_exponent; double *pi_integral_norm_max; - int *sanity_freq_limit; unsigned char *ptp_dst_mac; unsigned char *p2p_dst_mac; -- 1.9.3 ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel