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

Functions

gboolean examples_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser msg_generator_parser
 
CfgParser threaded_diskq_source_parser
 
CfgParser http_test_slots_parser
 
CfgParser tls_test_validation_parser
 
CfgParser example_destination_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ examples_module_init()

gboolean examples_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ example_destination_parser

CfgParser example_destination_parser
extern

◆ http_test_slots_parser

CfgParser http_test_slots_parser
extern

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "examples",
.version = SYSLOG_NG_VERSION,
.description = "Example modules",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = example_plugins,
.plugins_len = G_N_ELEMENTS(example_plugins),
}

◆ msg_generator_parser

CfgParser msg_generator_parser
extern

◆ threaded_diskq_source_parser

CfgParser threaded_diskq_source_parser
extern

◆ tls_test_validation_parser

CfgParser tls_test_validation_parser
extern