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

shorten some names

reduce line breaks and general unwieldiness by changing some
function, type, and parameter names.
This commit is contained in:
Evan Hunt
2019-12-09 12:24:46 -08:00
committed by Witold Kręcicki
parent 8c0792723d
commit 31b3980ef0
5 changed files with 72 additions and 89 deletions

View File

@@ -523,9 +523,9 @@ isc__nm_tcpdns_close(isc_nmsocket_t *sock) {
}
void
isc__nm_async_tcpdnsclose(isc__networker_t *worker, isc__netievent_t *ievent0) {
isc__nm_async_tcpdnsclose(isc__networker_t *worker, isc__netievent_t *ev0) {
isc__netievent_tcpdnsclose_t *ievent =
(isc__netievent_tcpdnsclose_t *) ievent0;
(isc__netievent_tcpdnsclose_t *) ev0;
REQUIRE(worker->id == ievent->sock->tid);