#include "systemd-syslog-source.h"#include "afunix-source.h"#include "afsocket-systemd-override.h"#include "service-management.h"#include "fdhelpers.h"#include <stdlib.h>#include <unistd.h>
Enumerations | |
| enum | SocketType { ST_DGRAM , ST_STREAM } |
Functions | |
| SystemDSyslogSourceDriver * | systemd_syslog_sd_new (GlobalConfig *cfg, gboolean fallback) |
| AFSocketSourceDriver * | create_afunix_sd (gchar *filename, GlobalConfig *cfg, SocketType socket_type) |
| AFSocketSourceDriver * | create_and_set_unix_dgram_or_systemd_syslog_source (gchar *filename, GlobalConfig *cfg) |
| AFSocketSourceDriver * | create_and_set_unix_stream_or_systemd_syslog_source (gchar *filename, GlobalConfig *cfg) |
| enum SocketType |
| AFSocketSourceDriver* create_afunix_sd | ( | gchar * | filename, |
| GlobalConfig * | cfg, | ||
| SocketType | socket_type | ||
| ) |
| AFSocketSourceDriver* create_and_set_unix_dgram_or_systemd_syslog_source | ( | gchar * | filename, |
| GlobalConfig * | cfg | ||
| ) |
| AFSocketSourceDriver* create_and_set_unix_stream_or_systemd_syslog_source | ( | gchar * | filename, |
| GlobalConfig * | cfg | ||
| ) |
| SystemDSyslogSourceDriver* systemd_syslog_sd_new | ( | GlobalConfig * | cfg, |
| gboolean | fallback | ||
| ) |