OpenDNSSEC-signer
2.0.2
|
#include "daemon/cmdhandler.h"
#include "daemon/engine.h"
#include "file.h"
#include "str.h"
#include "locks.h"
#include "log.h"
#include "status.h"
#include "util.h"
#include <errno.h>
#include <fcntl.h>
#include <ldns/ldns.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | SE_CMDH_CMDLEN 7 |
Functions | |
cmdhandler_type * | cmdhandler_create (const char *filename) |
void | cmdhandler_start (cmdhandler_type *cmdhandler) |
void | cmdhandler_cleanup (cmdhandler_type *cmdhandler) |
#define SE_CMDH_CMDLEN 7 |
Command handler.
Definition at line 58 of file cmdhandler.c.
void cmdhandler_cleanup | ( | cmdhandler_type * | cmdhandler | ) |
Cleanup command handler.
Definition at line 995 of file cmdhandler.c.
Referenced by engine_cleanup().
cmdhandler_type* cmdhandler_create | ( | const char * | filename | ) |
Create command handler.
Definition at line 856 of file cmdhandler.c.
void cmdhandler_start | ( | cmdhandler_type * | cmdhandler | ) |
Start command handler.
Definition at line 929 of file cmdhandler.c.
References cmdhandler_struct::engine.