2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

spacing; incorrect comment

This commit is contained in:
Andreas Gustafsson
2000-11-10 03:08:57 +00:00
parent ca44fe49be
commit 97a195d7ff

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dispatch.c,v 1.74 2000/11/03 19:55:15 bwelling Exp $ */
/* $Id: dispatch.c,v 1.75 2000/11/10 03:08:57 gson Exp $ */
#include <config.h>
@@ -65,7 +65,7 @@ struct dns_dispatchmgr {
/* locked by buffer lock */
dns_qid_t *qid;
isc_mutex_t buffer_lock;
unsigned int buffers; /* size of each buffer */
unsigned int buffers; /* allocated buffers */
unsigned int buffersize; /* size of each buffer */
unsigned int maxbuffers; /* max buffers */