syslog-ng source
random-choice-generator-parser.c File Reference
#include "driver.h"
#include "cfg-parser.h"
#include "random-choice-generator-grammar.h"
Include dependency graph for random-choice-generator-parser.c:

Functions

int random_choice_generator_parse (CfgLexer *lexer, LogDriver **instance, gpointer arg)
 

Variables

int random_choice_generator_debug
 
CfgParser random_choice_generator_parser
 

Function Documentation

◆ random_choice_generator_parse()

int random_choice_generator_parse ( CfgLexer *  lexer,
LogDriver **  instance,
gpointer  arg 
)

Variable Documentation

◆ random_choice_generator_debug

int random_choice_generator_debug
extern

◆ random_choice_generator_parser

CfgParser random_choice_generator_parser
Initial value:
=
{
.name = "random_choice_generator",
.keywords = random_choice_generator_keywords,
.parse = (gint (*)(CfgLexer *, gpointer *, gpointer)) random_choice_generator_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197
int random_choice_generator_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)