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

Go to the source code of this file.

Functions

void pipe_sd_set_create_dirs (LogDriver *s, gboolean create_dirs)
 
FileOpener * file_opener_for_named_pipes_new (void)
 
LogDriver * pipe_sd_new (gchar *filename, GlobalConfig *cfg)
 
LogDriver * pipe_dd_new (LogTemplate *filename_template, GlobalConfig *cfg)
 

Function Documentation

◆ file_opener_for_named_pipes_new()

FileOpener* file_opener_for_named_pipes_new ( void  )

◆ pipe_dd_new()

LogDriver* pipe_dd_new ( LogTemplate *  filename_template,
GlobalConfig *  cfg 
)

◆ pipe_sd_new()

LogDriver* pipe_sd_new ( gchar *  filename,
GlobalConfig *  cfg 
)

◆ pipe_sd_set_create_dirs()

void pipe_sd_set_create_dirs ( LogDriver *  s,
gboolean  create_dirs 
)