new global, omapi_task

This commit is contained in:
David Lawrence
2000-03-18 00:35:57 +00:00
parent ef6e6be484
commit c998ce2416

View File

@@ -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?
*/