2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

clean up comments

This commit is contained in:
Evan Hunt
2019-11-15 13:22:13 -08:00
parent 70f80a3ec7
commit 73cafd9d57
4 changed files with 41 additions and 33 deletions

View File

@@ -49,8 +49,8 @@ typedef struct isc__networker {
isc_queue_t *ievents; /* incoming async events */
isc_refcount_t references;
atomic_int_fast64_t pktcount;
char udprecvbuf[65536];
bool udprecvbuf_inuse;
char recvbuf[65536];
bool recvbuf_inuse;
} isc__networker_t;
/*
@@ -362,8 +362,9 @@ struct isc_nmsocket {
* - ah_frees[--ah] = x
* - ah_handles[x] = NULL;
*
* XXXWPK for now this is locked with socket->lock, but we
* might want to change it to something lockless
* XXX: for now this is locked with socket->lock, but we
* might want to change it to something lockless in the
* future.
*/
size_t ah;
size_t ah_size;