syslog-ng source
hook-commands.h File Reference
#include "driver.h"
Include dependency graph for hook-commands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void hook_commands_plugin_set_startup (HookCommandsPlugin *s, const gchar *command)
 
void hook_commands_plugin_set_setup (HookCommandsPlugin *s, const gchar *command)
 
void hook_commands_plugin_set_teardown (HookCommandsPlugin *s, const gchar *command)
 
void hook_commands_plugin_set_shutdown (HookCommandsPlugin *s, const gchar *command)
 
HookCommandsPlugin * hook_commands_plugin_new (void)
 

Function Documentation

◆ hook_commands_plugin_new()

HookCommandsPlugin* hook_commands_plugin_new ( void  )

◆ hook_commands_plugin_set_setup()

void hook_commands_plugin_set_setup ( HookCommandsPlugin *  s,
const gchar *  command 
)

◆ hook_commands_plugin_set_shutdown()

void hook_commands_plugin_set_shutdown ( HookCommandsPlugin *  s,
const gchar *  command 
)

◆ hook_commands_plugin_set_startup()

void hook_commands_plugin_set_startup ( HookCommandsPlugin *  s,
const gchar *  command 
)

◆ hook_commands_plugin_set_teardown()

void hook_commands_plugin_set_teardown ( HookCommandsPlugin *  s,
const gchar *  command 
)