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

Go to the source code of this file.

Functions

ControlCommandcontrol_find_command (const char *cmd)
 
void control_register_command (const gchar *command_name, ControlCommandFunc function, gpointer user_data, gboolean threaded)
 
void control_replace_command (const gchar *command_name, ControlCommandFunc function, gpointer user_data, gboolean threaded)
 
void reset_control_command_list (void)
 

Function Documentation

◆ control_find_command()

ControlCommand* control_find_command ( const char *  cmd)

◆ control_register_command()

void control_register_command ( const gchar *  command_name,
ControlCommandFunc  function,
gpointer  user_data,
gboolean  threaded 
)

◆ control_replace_command()

void control_replace_command ( const gchar *  command_name,
ControlCommandFunc  function,
gpointer  user_data,
gboolean  threaded 
)

◆ reset_control_command_list()

void reset_control_command_list ( void  )