]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
isc_statscounter_t
authorMark Andrews <marka@isc.org>
Sat, 31 Jan 2009 00:37:04 +0000 (00:37 +0000)
committerMark Andrews <marka@isc.org>
Sat, 31 Jan 2009 00:37:04 +0000 (00:37 +0000)
lib/dns/dispatch.c

index e620fe5df33d8c3cd30c1637912e8aabc3e3321b..a0b7be70b16947ea7b3915338d7bd709b3bca2f3 100644 (file)
@@ -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);
 }