summaryrefslogtreecommitdiff
path: root/src/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 23:54:45 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-06 02:48:38 +0100
commit706343f492725fe430879c5d4a3485d7c49b0601 (patch)
tree001c8808209f44b02b92019fb528ced65f3e2998 /src/execute.h
parentdb5973704b9e03e5902072354d3a2697f7992a21 (diff)
downloadsystemd-706343f492725fe430879c5d4a3485d7c49b0601.tar.gz
journal: introduce log target 'journal' for executed processes
Diffstat (limited to 'src/execute.h')
-rw-r--r--src/execute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/execute.h b/src/execute.h
index 4f05c9fa4b..187e8d2274 100644
--- a/src/execute.h
+++ b/src/execute.h
@@ -74,6 +74,8 @@ typedef enum ExecOutput {
EXEC_OUTPUT_SYSLOG_AND_CONSOLE,
EXEC_OUTPUT_KMSG,
EXEC_OUTPUT_KMSG_AND_CONSOLE,
+ EXEC_OUTPUT_JOURNAL,
+ EXEC_OUTPUT_JOURNAL_AND_CONSOLE,
EXEC_OUTPUT_SOCKET,
_EXEC_OUTPUT_MAX,
_EXEC_OUTPUT_INVALID = -1