]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
soft is an int
authorMark Andrews <marka@isc.org>
Thu, 11 Aug 2005 15:03:20 +0000 (15:03 +0000)
committerMark Andrews <marka@isc.org>
Thu, 11 Aug 2005 15:03:20 +0000 (15:03 +0000)
lib/isc/include/isc/quota.h

index 9b6544e48f6ebdfb80706a2bb80cf6a6d887e711..2839ed547188888a2006507d24c0d363028f7c69 100644 (file)
@@ -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