mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
[master] unify internal and export libraries
3550. [func] Unified the internal and export versions of the BIND libraries, allowing external clients to use the same libraries as BIND. [RT #33131]
This commit is contained in:
@@ -2669,7 +2669,7 @@ isc__socketmgr_create2(isc_mem_t *mctx, isc_socketmgr_t **managerp,
|
||||
}
|
||||
|
||||
isc_result_t
|
||||
isc__socketmgr_getmaxsockets(isc_socketmgr_t *manager, unsigned int *nsockp) {
|
||||
isc_socketmgr_getmaxsockets(isc_socketmgr_t *manager, unsigned int *nsockp) {
|
||||
REQUIRE(VALID_MANAGER(manager));
|
||||
REQUIRE(nsockp != NULL);
|
||||
|
||||
@@ -2677,7 +2677,7 @@ isc__socketmgr_getmaxsockets(isc_socketmgr_t *manager, unsigned int *nsockp) {
|
||||
}
|
||||
|
||||
void
|
||||
isc__socketmgr_setstats(isc_socketmgr_t *manager, isc_stats_t *stats) {
|
||||
isc_socketmgr_setstats(isc_socketmgr_t *manager, isc_stats_t *stats) {
|
||||
REQUIRE(VALID_MANAGER(manager));
|
||||
REQUIRE(ISC_LIST_EMPTY(manager->socklist));
|
||||
REQUIRE(manager->stats == NULL);
|
||||
@@ -4036,3 +4036,5 @@ error:
|
||||
return (xmlrc);
|
||||
}
|
||||
#endif /* HAVE_LIBXML2 */
|
||||
|
||||
#include "../socket_api.c"
|
||||
|
Reference in New Issue
Block a user