2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

<isc/task.h> does not need <isc/mem.h> or <isc/result.h>.

This commit is contained in:
David Lawrence
2000-04-28 04:26:08 +00:00
parent 7896e45912
commit fc9e755ba3
5 changed files with 14 additions and 9 deletions

View File

@@ -59,10 +59,6 @@
#include <isc/lang.h>
#include <isc/types.h>
#include <isc/eventclass.h>
#include <isc/mem.h>
#include <isc/result.h>
ISC_LANG_BEGINDECLS
#define ISC_TASKEVENT_FIRSTEVENT (ISC_EVENTCLASS_TASK + 0)
#define ISC_TASKEVENT_SHUTDOWN (ISC_EVENTCLASS_TASK + 1)
@@ -72,6 +68,8 @@ ISC_LANG_BEGINDECLS
***** Tasks.
*****/
ISC_LANG_BEGINDECLS
isc_result_t
isc_task_create(isc_taskmgr_t *manager, unsigned int quantum,
isc_task_t **taskp);