summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-16 01:46:35 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-16 01:46:35 +0200
commit4f4a1dbf2171aa62da04d2e3b6945e8992139d14 (patch)
tree71ecaf17792edcf168c01838643d0988bb1d22fe /execute.h
parent8bfcc8ea65e29b1ebcd3d0fff600fe1638a85ec7 (diff)
logger: support printk() style priority prefixes
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/execute.h b/execute.h
index 5c2d15787e..be73542d4b 100644
--- a/execute.h
+++ b/execute.h
@@ -98,6 +98,7 @@ struct ExecContext {
int syslog_priority;
char *syslog_identifier;
+ bool syslog_no_prefix;
char *tty_path;