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

Go to the source code of this file.

Classes

struct  AFProgramProcessInfo
 
struct  AFProgramSourceDriver
 
struct  AFProgramDestDriver
 

Functions

LogDriver * afprogram_sd_new (gchar *cmdline, GlobalConfig *cfg)
 
LogDriver * afprogram_dd_new (gchar *cmdline, GlobalConfig *cfg)
 
void afprogram_dd_set_keep_alive (AFProgramDestDriver *self, gboolean keep_alive)
 
void afprogram_set_inherit_environment (AFProgramProcessInfo *self, gboolean inherit_environment)
 

Function Documentation

◆ afprogram_dd_new()

LogDriver* afprogram_dd_new ( gchar *  cmdline,
GlobalConfig *  cfg 
)

◆ afprogram_dd_set_keep_alive()

void afprogram_dd_set_keep_alive ( AFProgramDestDriver self,
gboolean  keep_alive 
)

◆ afprogram_sd_new()

LogDriver* afprogram_sd_new ( gchar *  cmdline,
GlobalConfig *  cfg 
)

◆ afprogram_set_inherit_environment()

void afprogram_set_inherit_environment ( AFProgramProcessInfo self,
gboolean  inherit_environment 
)