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

Functions

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

Variables

int affile_debug
 
CfgParser affile_parser
 

Function Documentation

◆ affile_parse()

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

Variable Documentation

◆ affile_debug

int affile_debug
extern

◆ affile_parser

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