OpenDNSSEC-signer  1.4.10
Functions
xfrhandler.c File Reference
#include "config.h"
#include "daemon/engine.h"
#include "daemon/xfrhandler.h"
#include "shared/duration.h"
#include "shared/status.h"
#include <errno.h>
#include <string.h>
Include dependency graph for xfrhandler.c:

Go to the source code of this file.

Functions

xfrhandler_typexfrhandler_create (allocator_type *allocator)
 
void xfrhandler_start (xfrhandler_type *xfrhandler)
 
time_t xfrhandler_time (xfrhandler_type *xfrhandler)
 
void xfrhandler_signal (xfrhandler_type *xfrhandler)
 
void xfrhandler_cleanup (xfrhandler_type *xfrhandler)
 

Function Documentation

void xfrhandler_cleanup ( xfrhandler_type xfrhandler)
xfrhandler_type* xfrhandler_create ( allocator_type allocator)
void xfrhandler_signal ( xfrhandler_type xfrhandler)
void xfrhandler_start ( xfrhandler_type xfrhandler)
time_t xfrhandler_time ( xfrhandler_type xfrhandler)

Get current time from zone transfer handler.

Definition at line 157 of file xfrhandler.c.

References xfrhandler_struct::current_time, xfrhandler_struct::got_time, and time_now().

Referenced by xfrd_create().