* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: app.c,v 1.63 2009/09/02 23:48:03 tbox Exp $ */
+/* $Id: app.c,v 1.64 2009/11/04 05:58:46 marka Exp $ */
/*! \file */
#include "socket_p.h"
#endif /* USE_THREADS_SINGLECTX */
-/*!
- * We assume that 'want_shutdown' can be read and written atomically.
- */
-static volatile isc_boolean_t want_shutdown = ISC_FALSE;
-/*
- * We assume that 'want_reload' can be read and written atomically.
- */
-static volatile isc_boolean_t want_reload = ISC_FALSE;
-
#ifdef ISC_PLATFORM_USETHREADS
static pthread_t blockedthread;
#endif /* ISC_PLATFORM_USETHREADS */
if (n > 0)
(void)isc__socketmgr_dispatch(ctx->socketmgr, swait);
(void)isc__taskmgr_dispatch(ctx->taskmgr);
-
- if (want_reload) {
- want_reload = ISC_FALSE;
- return (ISC_R_RELOAD);
- }
}
return (ISC_R_SUCCESS);
}