syslog-ng source
regexp-parser-plugin.c File Reference
#include "cfg-parser.h"
#include "regexp-parser.h"
#include "plugin.h"
#include "plugin-types.h"
Include dependency graph for regexp-parser-plugin.c:

Functions

gboolean regexp_parser_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser regexp_parser_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ regexp_parser_module_init()

gboolean regexp_parser_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "regexp-parser",
.version = SYSLOG_NG_VERSION,
.description = "The regexp module provides regular expression parsing supports for syslog-ng.",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = regexp_parser_plugins,
.plugins_len = G_N_ELEMENTS(regexp_parser_plugins),
}

◆ regexp_parser_parser

CfgParser regexp_parser_parser
extern