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

Functions

int hook_commands_parse (CfgLexer *lexer, LogDriverPlugin **instance, gpointer arg)
 

Variables

int hook_commands_debug
 
CfgParser hook_commands_parser
 

Function Documentation

◆ hook_commands_parse()

int hook_commands_parse ( CfgLexer *  lexer,
LogDriverPlugin **  instance,
gpointer  arg 
)

Variable Documentation

◆ hook_commands_debug

int hook_commands_debug
extern

◆ hook_commands_parser

CfgParser hook_commands_parser
Initial value:
=
{
.name = "hook_commands",
.keywords = hook_commands_keywords,
.parse = (int (*)(CfgLexer * lexer, gpointer * instance, gpointer arg)) hook_commands_parse,
.cleanup = (void (*)(gpointer)) log_driver_plugin_free,
}
int hook_commands_parse(CfgLexer *lexer, LogDriverPlugin **instance, gpointer arg)