syslog-ng source
openbsd-driver.c File Reference
#include <sys/ioctl.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include "openbsd-driver.h"
#include "logsource.h"
#include "messages.h"
#include "logreader.h"
#include "stats/stats-registry.h"
#include "poll-fd-events.h"
#include "logproto/logproto-dgram-server.h"
#include "transport/transport-socket.h"
#include "stats/stats-cluster-key-builder.h"
Include dependency graph for openbsd-driver.c:

Classes

struct  OpenBSDDriver
 

Macros

#define OPENBSD_LOG_DEV   "/dev/klog"
 

Functions

LogDriver * openbsd_sd_new (GlobalConfig *cfg)
 

Macro Definition Documentation

◆ OPENBSD_LOG_DEV

#define OPENBSD_LOG_DEV   "/dev/klog"

Function Documentation

◆ openbsd_sd_new()

LogDriver* openbsd_sd_new ( GlobalConfig *  cfg)