From 360ff12ea5b1e0dc3c83a373ddce20e109efaa9a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 4 Jun 2005 19:07:59 +0000 Subject: * implement proper PID file locking git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@79 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- libdaemon/dlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdaemon/dlog.h') diff --git a/libdaemon/dlog.h b/libdaemon/dlog.h index 0f74dde..55b641a 100644 --- a/libdaemon/dlog.h +++ b/libdaemon/dlog.h @@ -32,7 +32,7 @@ extern "C" { * Contains a robust API for logging messages */ -/** Specifies where to send the log messages to +/** Specifies where to send the log messages to. The global variable daemon_log_use takes values of this type. */ enum daemon_log_flags { DAEMON_LOG_SYSLOG = 1, /**< Log messages are written to syslog */ -- cgit