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

Functions

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

Variables

int afuser_debug
 
CfgParser afuser_parser
 

Function Documentation

◆ afuser_parse()

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

Variable Documentation

◆ afuser_debug

int afuser_debug
extern

◆ afuser_parser

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