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

Functions

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

Variables

int afstreams_debug
 
CfgParser afstreams_parser
 

Function Documentation

◆ afstreams_parse()

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

Variable Documentation

◆ afstreams_debug

int afstreams_debug
extern

◆ afstreams_parser

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