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

Functions

int afsnmp_parse (CfgLexer *lexer, void **instance, gpointer arg)
 

Variables

CfgParser afsnmp_parser
 

Function Documentation

◆ afsnmp_parse()

int afsnmp_parse ( CfgLexer *  lexer,
void **  instance,
gpointer  arg 
)

Variable Documentation

◆ afsnmp_parser

CfgParser afsnmp_parser
Initial value:
=
{
.name = "afsnmp",
.keywords = afsnmp_keywords,
.parse = (int (*)(CfgLexer * lexer, gpointer * instance, gpointer)) afsnmp_parse,
.cleanup = log_pipe_unref_wrapper,
}
int afsnmp_parse(CfgLexer *lexer, void **instance, gpointer arg)