summaryrefslogtreecommitdiffstats
path: root/libdaemon/dlog.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-04 19:07:59 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-04 19:07:59 +0000
commit360ff12ea5b1e0dc3c83a373ddce20e109efaa9a (patch)
tree22efd48841fbbc289d6483a2f5384cc70e604cda /libdaemon/dlog.h
parent146b5df7b80e1745eef752568210645b7ff4cdff (diff)
* implement proper PID file locking
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@79 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'libdaemon/dlog.h')
-rw-r--r--libdaemon/dlog.h2
1 files changed, 1 insertions, 1 deletions
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 */