mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
clarified comment; fixed spacing
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: zone.c,v 1.249 2000/11/09 19:33:51 gson Exp $ */
|
/* $Id: zone.c,v 1.250 2000/11/11 01:02:28 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -190,8 +190,7 @@ struct dns_zone {
|
|||||||
ISC_LINK(dns_zone_t) statelink;
|
ISC_LINK(dns_zone_t) statelink;
|
||||||
dns_zonelist_t *statelist;
|
dns_zonelist_t *statelist;
|
||||||
/*
|
/*
|
||||||
* Variables stored in the zone object which are used to hold
|
* Optional per-zone statistics counters
|
||||||
* statistical information regarding the zone.
|
|
||||||
*/
|
*/
|
||||||
isc_uint64_t *counters;
|
isc_uint64_t *counters;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user