|
OpenDNSSEC-enforcer
2.0.4
|
#include "signconf/signconf.h"#include "duration.h"#include "log.h"#include "file.h"#include "signconf/signconf_task.h"Go to the source code of this file.
Functions | |
| int | perform_signconf (int sockfd, const db_connection_t *dbconn, int force) |
| task_type * | signconf_task (const db_connection_t *dbconn, const char *what, const char *who) |
| int perform_signconf | ( | int | sockfd, |
| const db_connection_t * | dbconn, | ||
| int | force | ||
| ) |
Definition at line 39 of file signconf_task.c.
References ods_log_info().
| task_type* signconf_task | ( | const db_connection_t * | dbconn, |
| const char * | what, | ||
| const char * | who | ||
| ) |
Definition at line 73 of file signconf_task.c.
References task_register().
1.8.13