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

Functions

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

Variables

int afmongodb_debug
 
CfgParser afmongodb_parser
 

Function Documentation

◆ afmongodb_parse()

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

Variable Documentation

◆ afmongodb_debug

int afmongodb_debug
extern

◆ afmongodb_parser

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