From 870a748bae74b9c4b264da96cfbcb4e90d7a2c1d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 31 Jan 2009 00:37:04 +0000 Subject: [PATCH] isc_statscounter_t --- lib/dns/dispatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index e620fe5df3..a0b7be70b1 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -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); }