syslog-ng source
stats.h File Reference
#include "syslog-ng.h"
#include "stats/stats-cluster.h"
#include "cfg-parser.h"
Include dependency graph for stats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  StatsOptions
 

Enumerations

enum  { STATS_LEVEL0 = 0 , STATS_LEVEL1 , STATS_LEVEL2 , STATS_LEVEL3 }
 

Functions

void stats_reinit (StatsOptions *options)
 
void stats_init (void)
 
void stats_destroy (void)
 
void stats_options_defaults (StatsOptions *options)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
STATS_LEVEL0 
STATS_LEVEL1 
STATS_LEVEL2 
STATS_LEVEL3 

Function Documentation

◆ stats_destroy()

void stats_destroy ( void  )

◆ stats_init()

void stats_init ( void  )

◆ stats_options_defaults()

void stats_options_defaults ( StatsOptions options)

◆ stats_reinit()

void stats_reinit ( StatsOptions options)