From c9b4dafc92c820c397ee2a3d5dafa46acb7cde58 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 11 Aug 2005 15:03:20 +0000 Subject: [PATCH] soft is an int --- lib/isc/include/isc/quota.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/quota.h b/lib/isc/include/isc/quota.h index 9b6544e48f..2839ed5471 100644 --- a/lib/isc/include/isc/quota.h +++ b/lib/isc/include/isc/quota.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: quota.h,v 1.13 2005/07/27 02:29:01 marka Exp $ */ +/* $Id: quota.h,v 1.14 2005/08/11 15:03:20 marka Exp $ */ #ifndef ISC_QUOTA_H #define ISC_QUOTA_H 1 @@ -52,7 +52,7 @@ struct isc_quota { isc_mutex_t lock; /*%< Locked by lock. */ int max; int used; - isc_boolean_t soft; + int soft; }; isc_result_t