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

Functions

gboolean openbsd_module_init (PluginContext *context, CfgArgs *args)
 

Variables

CfgParser openbsd_parser
 
const ModuleInfo module_info
 

Function Documentation

◆ openbsd_module_init()

gboolean openbsd_module_init ( PluginContext *  context,
CfgArgs *  args 
)

Variable Documentation

◆ module_info

const ModuleInfo module_info
Initial value:
=
{
.canonical_name = "openbsd",
.version = SYSLOG_NG_VERSION,
.description = "This is the system source driver for OpenBSD",
.core_revision = SYSLOG_NG_SOURCE_REVISION,
.plugins = openbsd_plugins,
.plugins_len = G_N_ELEMENTS(openbsd_plugins),
}

◆ openbsd_parser

CfgParser openbsd_parser
extern