syslog-ng source
afunix-source.h File Reference
#include "afsocket-source.h"
#include "transport-mapper-unix.h"
#include "file-perms.h"
Include dependency graph for afunix-source.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AFUnixSourceDriver
 

Functions

AFUnixSourceDriverafunix_sd_new_stream (gchar *filename, GlobalConfig *cfg)
 
AFUnixSourceDriverafunix_sd_new_dgram (gchar *filename, GlobalConfig *cfg)
 
void afunix_sd_set_pass_unix_credentials (AFUnixSourceDriver *self, gboolean pass)
 
void afunix_sd_set_create_dirs (AFUnixSourceDriver *self, gboolean create_dirs)
 

Function Documentation

◆ afunix_sd_new_dgram()

AFUnixSourceDriver* afunix_sd_new_dgram ( gchar *  filename,
GlobalConfig *  cfg 
)

◆ afunix_sd_new_stream()

AFUnixSourceDriver* afunix_sd_new_stream ( gchar *  filename,
GlobalConfig *  cfg 
)

◆ afunix_sd_set_create_dirs()

void afunix_sd_set_create_dirs ( AFUnixSourceDriver self,
gboolean  create_dirs 
)

◆ afunix_sd_set_pass_unix_credentials()

void afunix_sd_set_pass_unix_credentials ( AFUnixSourceDriver self,
gboolean  pass 
)