mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
soft is an int
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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
|
#ifndef ISC_QUOTA_H
|
||||||
#define ISC_QUOTA_H 1
|
#define ISC_QUOTA_H 1
|
||||||
@@ -52,7 +52,7 @@ struct isc_quota {
|
|||||||
isc_mutex_t lock; /*%< Locked by lock. */
|
isc_mutex_t lock; /*%< Locked by lock. */
|
||||||
int max;
|
int max;
|
||||||
int used;
|
int used;
|
||||||
isc_boolean_t soft;
|
int soft;
|
||||||
};
|
};
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Reference in New Issue
Block a user