2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

clarified comment; fixed spacing

This commit is contained in:
Andreas Gustafsson
2000-11-11 01:02:28 +00:00
parent 1442a167f5
commit c2f4fe7f95

View File

@@ -15,7 +15,7 @@
* 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>
@@ -190,8 +190,7 @@ struct dns_zone {
ISC_LINK(dns_zone_t) statelink;
dns_zonelist_t *statelist;
/*
* Variables stored in the zone object which are used to hold
* statistical information regarding the zone.
* Optional per-zone statistics counters
*/
isc_uint64_t *counters;
};