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

Functions

gboolean affile_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser affile_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ affile_module_init()

gboolean affile_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ affile_parser

CfgParser affile_parser
extern

◆ module_info

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