mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 08:07:12 -04:00
isc_statscounter_t
This commit is contained in:
parent
f19e6ef1eb
commit
870a748bae
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* 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 */
|
||||
|
||||
|
|
@ -355,7 +355,7 @@ mgr_log(dns_dispatchmgr_t *mgr, int level, const char *fmt, ...) {
|
|||
}
|
||||
|
||||
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)
|
||||
isc_stats_increment(mgr->stats, counter);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue