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

Functions

gboolean afuser_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser afuser_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ afuser_module_init()

gboolean afuser_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ afuser_parser

CfgParser afuser_parser
extern

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "afuser",
.version = SYSLOG_NG_VERSION,
.description = "The afuser module provides the usertty() destination for syslog-ng",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = afuser_plugins,
.plugins_len = G_N_ELEMENTS(afuser_plugins),
}