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

Functions

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

Variables

CfgParser darwinosl_parser
 

Function Documentation

◆ darwinosl_parse()

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

Variable Documentation

◆ darwinosl_parser

CfgParser darwinosl_parser
Initial value:
=
{
.name = "darwin-oslogger",
.keywords = darwinosl_keywords,
.parse = (gint (*)(CfgLexer *, gpointer *, gpointer arg)) darwinosl_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
int darwinosl_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197