mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
temporally make isc__task_exiting become isc_task_exiting so that the
export version of libisc has all the symbols to link.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: namespace.h,v 1.8 2010/12/03 22:05:19 each Exp $ */
|
/* $Id: namespace.h,v 1.9 2010/12/04 13:25:59 marka Exp $ */
|
||||||
|
|
||||||
#ifndef ISCAPI_NAMESPACE_H
|
#ifndef ISCAPI_NAMESPACE_H
|
||||||
#define ISCAPI_NAMESPACE_H 1
|
#define ISCAPI_NAMESPACE_H 1
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
#define isc_task_create isc__task_create
|
#define isc_task_create isc__task_create
|
||||||
#define isc_task_attach isc__task_attach
|
#define isc_task_attach isc__task_attach
|
||||||
#define isc_task_detach isc__task_detach
|
#define isc_task_detach isc__task_detach
|
||||||
#define isc_task_exiting isc__task_exiting
|
/* #define isc_task_exiting isc__task_exiting XXXMPA */
|
||||||
#define isc_task_send isc__task_send
|
#define isc_task_send isc__task_send
|
||||||
#define isc_task_sendanddetach isc__task_sendanddetach
|
#define isc_task_sendanddetach isc__task_sendanddetach
|
||||||
#define isc_task_purgerange isc__task_purgerange
|
#define isc_task_purgerange isc__task_purgerange
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: task.c,v 1.113 2010/12/03 23:46:46 tbox Exp $ */
|
/* $Id: task.c,v 1.114 2010/12/04 13:25:59 marka Exp $ */
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \author Principal Author: Bob Halley
|
* \author Principal Author: Bob Halley
|
||||||
@@ -1483,7 +1483,7 @@ isc__task_register() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
isc_boolean_t
|
isc_boolean_t
|
||||||
isc__task_exiting(isc_task_t *t) {
|
isc_task_exiting(isc_task_t *t) {
|
||||||
isc__task_t *task = (isc__task_t *)t;
|
isc__task_t *task = (isc__task_t *)t;
|
||||||
|
|
||||||
REQUIRE(VALID_TASK(task));
|
REQUIRE(VALID_TASK(task));
|
||||||
|
Reference in New Issue
Block a user