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

Functions

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

Variables

int afstomp_debug
 
CfgParser afstomp_parser
 

Function Documentation

◆ afstomp_parse()

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

Variable Documentation

◆ afstomp_debug

int afstomp_debug
extern

◆ afstomp_parser

CfgParser afstomp_parser
Initial value:
=
{
.name = "afstomp",
.keywords = afstomp_keywords,
.parse = (int (*)(CfgLexer * lexer, gpointer * instance, gpointer)) afstomp_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
int afstomp_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197