mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
silence: warning: 'manager_log' defined but not used
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: socket.c,v 1.335 2011/02/03 12:18:12 tbox Exp $ */
|
/* $Id: socket.c,v 1.336 2011/02/18 04:19:05 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -686,6 +686,8 @@ static const isc_statscounter_t fdwatchstatsindex[] = {
|
|||||||
isc_sockstatscounter_fdwatchrecvfail
|
isc_sockstatscounter_fdwatchrecvfail
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if defined(USE_KQUEUE) || defined(USE_EPOLL) || defined(USE_DEVPOLL) || \
|
||||||
|
defined(USE_WATCHER_THREAD)
|
||||||
static void
|
static void
|
||||||
manager_log(isc__socketmgr_t *sockmgr,
|
manager_log(isc__socketmgr_t *sockmgr,
|
||||||
isc_logcategory_t *category, isc_logmodule_t *module, int level,
|
isc_logcategory_t *category, isc_logmodule_t *module, int level,
|
||||||
@@ -708,6 +710,7 @@ manager_log(isc__socketmgr_t *sockmgr,
|
|||||||
isc_log_write(isc_lctx, category, module, level,
|
isc_log_write(isc_lctx, category, module, level,
|
||||||
"sockmgr %p: %s", sockmgr, msgbuf);
|
"sockmgr %p: %s", sockmgr, msgbuf);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
socket_log(isc__socket_t *sock, isc_sockaddr_t *address,
|
socket_log(isc__socket_t *sock, isc_sockaddr_t *address,
|
||||||
|
Reference in New Issue
Block a user