OpenDNSSEC-signer 1.3.0
Functions
/build/buildd/opendnssec-1.3.0/signer/src/signer/stats.c File Reference
#include "shared/log.h"
#include "signer/stats.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 108 of file stats.c.

References lock_basic_destroy, and stats_struct::stats_lock.

Referenced by zone_cleanup().

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

Signer statistics. Initialize statistics.

Definition at line 42 of file stats.c.

References lock_basic_init, stats_clear(), and stats_struct::stats_lock.

Referenced by zone_create().

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