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

Functions

gboolean afprog_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser afprog_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ afprog_module_init()

gboolean afprog_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ afprog_parser

CfgParser afprog_parser
extern

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "afprog",
.version = SYSLOG_NG_VERSION,
.description = "The afprog module provides program source & destination drivers for syslog-ng.",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = afprog_plugins,
.plugins_len = G_N_ELEMENTS(afprog_plugins),
}