OpenDNSSEC-enforcer
2.0.4
|
#include "config.h"
#include <pthread.h>
#include <time.h>
#include "file.h"
#include "log.h"
#include "str.h"
#include "duration.h"
#include "scheduler/schedule.h"
#include "daemon/cmdhandler.h"
#include "daemon/engine.h"
#include "clientpipe.h"
#include "daemon/queue_cmd.h"
Go to the source code of this file.
Functions | |
struct cmd_func_block * | queue_funcblock (void) |
struct cmd_func_block * | flush_funcblock (void) |
struct cmd_func_block* flush_funcblock | ( | void | ) |
Definition at line 187 of file queue_cmd.c.
struct cmd_func_block* queue_funcblock | ( | void | ) |
Definition at line 140 of file queue_cmd.c.