OpenDNSSEC-enforcer  2.0.2
Functions
worker.c File Reference
#include "daemon/engine.h"
#include "daemon/worker.h"
#include "scheduler/schedule.h"
#include "scheduler/task.h"
#include "log.h"
#include "status.h"
#include "util.h"
#include "duration.h"

Go to the source code of this file.

Functions

worker_typeworker_create (int num)
 
void worker_start (worker_type *worker)
 
void worker_cleanup (worker_type *worker)
 

Function Documentation

§ worker_cleanup()

void worker_cleanup ( worker_type worker)

Clean up worker.

Definition at line 131 of file worker.c.

Referenced by engine_teardown().

§ worker_create()

worker_type* worker_create ( int  num)

§ worker_start()

void worker_start ( worker_type worker)