OpenDNSSEC-signer 1.2.1
Functions

/build/buildd-opendnssec_1.2.1.dfsg-1-mips-p9AT07/opendnssec-1.2.1.dfsg/signer/src/signer/stats.c File Reference

#include "signer/stats.h"
#include "util/log.h"
#include "util/se_malloc.h"
Include dependency graph for stats.c:

Go to the source code of this file.

Functions

stats_typestats_create (void)
void stats_clear (stats_type *stats)
void stats_log (stats_type *stats, const char *name, ldns_rr_type nsec_type)
void stats_cleanup (stats_type *stats)

Function Documentation

void stats_cleanup ( stats_type stats)

Clean up statistics.

Definition at line 107 of file stats.c.

References se_free(), and se_log_warning().

Referenced by zone_cleanup().

void stats_clear ( stats_type stats)
stats_type* stats_create ( void  )

Signer statistics. Initialize statistics.

Definition at line 43 of file stats.c.

References se_malloc(), and stats_clear().

Referenced by zone_create().

void stats_log ( stats_type stats,
const char *  name,
ldns_rr_type  nsec_type 
)