Remove the exclusive mode when scheduling the zone load right after
(re)loading `named` configuration, as there is no reason anymore to
schedule zone loading while the exclusive lock is held. Data which can
be read or written by multiple threads are locked or atomic.
zl->server = server;
zl->reconfig = reconfig;
- isc_loopmgr_pause();
-
isc_refcount_init(&zl->refs, 1);
/*
isc_mem_put(server->mctx, zl, sizeof(*zl));
}
- isc_loopmgr_resume();
-
return result;
}