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

Functions

gboolean hook_commands_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser hook_commands_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ hook_commands_module_init()

gboolean hook_commands_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ hook_commands_parser

CfgParser hook_commands_parser
extern

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "hook-commands",
.version = SYSLOG_NG_VERSION,
.description = "This module provides setup/teardown commands for sources/destinations",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = hook_commands_plugins,
.plugins_len = G_N_ELEMENTS(hook_commands_plugins),
}