remove all references to isc_socket and related types
Removed socket.c, socket.h, and all references to isc_socket_t, isc_socketmgr_t, isc_sockevent_t, etc.
This commit is contained in:
@@ -187,12 +187,12 @@ setup(void) {
|
||||
|
||||
isc_mem_create(&mctx);
|
||||
|
||||
isc_managers_create(mctx, workers, 0, 0, &netmgr, NULL, NULL, NULL);
|
||||
isc_managers_create(mctx, workers, 0, &netmgr, NULL, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
teardown(void) {
|
||||
isc_managers_destroy(&netmgr, NULL, NULL, NULL);
|
||||
isc_managers_destroy(&netmgr, NULL, NULL);
|
||||
isc_mem_destroy(&mctx);
|
||||
if (tls_ctx) {
|
||||
isc_tlsctx_free(&tls_ctx);
|
||||
|
||||
Reference in New Issue
Block a user