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

Go to the source code of this file.

Functions

gboolean control_command_thread_relates_to_connection (ControlCommandThread *self, ControlConnection *cc)
 
void control_command_thread_run (ControlCommandThread *self)
 
void control_command_thread_cancel (ControlCommandThread *self)
 
const gchar * control_command_thread_get_command (ControlCommandThread *self)
 
ControlCommandThread * control_command_thread_new (ControlConnection *cc, GString *cmd, ControlCommandFunc func, gpointer user_data)
 
ControlCommandThread * control_command_thread_ref (ControlCommandThread *self)
 
void control_command_thread_unref (ControlCommandThread *self)
 

Function Documentation

◆ control_command_thread_cancel()

void control_command_thread_cancel ( ControlCommandThread *  self)

◆ control_command_thread_get_command()

const gchar* control_command_thread_get_command ( ControlCommandThread *  self)

◆ control_command_thread_new()

ControlCommandThread* control_command_thread_new ( ControlConnection *  cc,
GString *  cmd,
ControlCommandFunc  func,
gpointer  user_data 
)

◆ control_command_thread_ref()

ControlCommandThread* control_command_thread_ref ( ControlCommandThread *  self)

◆ control_command_thread_relates_to_connection()

gboolean control_command_thread_relates_to_connection ( ControlCommandThread *  self,
ControlConnection *  cc 
)

◆ control_command_thread_run()

void control_command_thread_run ( ControlCommandThread *  self)

◆ control_command_thread_unref()

void control_command_thread_unref ( ControlCommandThread *  self)