2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

cleanup netmgr-int.h

- fix some duplicated and out-of-order prototypes declared in
  netmgr-int.h
- rename isc_nm_tcpdns_keepalive to isc__nm_tcpdns_keepalive as
  it's for internal use
This commit is contained in:
Evan Hunt
2020-11-02 18:33:20 -08:00
parent 3f6f37c4a4
commit 19e24e22f5
4 changed files with 49 additions and 48 deletions

View File

@@ -1437,7 +1437,7 @@ isc__nm_async_tcpdnscancel(isc__networker_t *worker, isc__netievent_t *ev0) {
}
void
isc_nm_tcpdns_keepalive(isc_nmhandle_t *handle, bool value) {
isc__nm_tcpdns_keepalive(isc_nmhandle_t *handle, bool value) {
isc_nmsocket_t *sock = NULL;
REQUIRE(VALID_NMHANDLE(handle));