diff options
Diffstat (limited to 'include/ntp_request.h')
| -rw-r--r-- | include/ntp_request.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/ntp_request.h b/include/ntp_request.h index d05a67f753828..db9cbcfb96e47 100644 --- a/include/ntp_request.h +++ b/include/ntp_request.h @@ -670,8 +670,10 @@ struct conf_restrict {  	u_int32	addr;		/* match address */  	u_int32 mask;		/* match mask */  	short ippeerlimit;	/* ip peer limit */ -	u_short flags;		/* restrict flags */ +	int srvfuzrft;		/* server response fuzz reftime: poll */ +	u_short flags;		/* restrict flags XXX: OLD size and name */  	u_short mflags;		/* match flags */ +	short unused1;		/* (unused) padding for v6_flag */  	u_int v6_flag;		/* is this v6 or not */  	struct in6_addr addr6; 	/* match address (v6) */  	struct in6_addr mask6; 	/* match mask (v6) */ | 
