mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:12:07 -04:00
new global, omapi_task
This commit is contained in:
parent
ef6e6be484
commit
c998ce2416
1 changed files with 5 additions and 0 deletions
|
|
@ -266,6 +266,11 @@ extern omapi_objecttype_t *omapi_object_types;
|
|||
*/
|
||||
extern isc_mem_t *omapi_mctx;
|
||||
|
||||
/*
|
||||
* Task to keep the omapi_taskmgr alive until omapi_lib_destroy is called.
|
||||
*/
|
||||
extern isc_task_t *omapi_task;
|
||||
|
||||
/*
|
||||
* XXXDCL comment, localize?
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue