mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
isc_statscounter_t
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dispatch.c,v 1.161 2009/01/31 00:10:24 marka Exp $ */
|
/* $Id: dispatch.c,v 1.162 2009/01/31 00:37:04 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -355,7 +355,7 @@ mgr_log(dns_dispatchmgr_t *mgr, int level, const char *fmt, ...) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
inc_stats(dns_dispatchmgr_t *mgr, dns_statscounter_t counter) {
|
inc_stats(dns_dispatchmgr_t *mgr, isc_statscounter_t counter) {
|
||||||
if (mgr->stats != NULL)
|
if (mgr->stats != NULL)
|
||||||
isc_stats_increment(mgr->stats, counter);
|
isc_stats_increment(mgr->stats, counter);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user