summaryrefslogtreecommitdiff
path: root/src/pulsecore/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/log.h')
-rw-r--r--src/pulsecore/log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/log.h b/src/pulsecore/log.h
index e7dca88c8..5e9611d6a 100644
--- a/src/pulsecore/log.h
+++ b/src/pulsecore/log.h
@@ -35,6 +35,9 @@
typedef enum pa_log_target_type {
PA_LOG_STDERR, /* default */
PA_LOG_SYSLOG,
+#ifdef HAVE_JOURNAL
+ PA_LOG_JOURNAL, /* systemd journal */
+#endif
PA_LOG_NULL, /* to /dev/null */
PA_LOG_FILE, /* to a user specified file */
PA_LOG_NEWFILE, /* with an automatic suffix to avoid overwriting anything */