X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fexecute.h;h=2e0e6cca3c7bc7f983f5d59cc8e83ea2b05bb1fc;hp=1ab6a24d9b2c9e2a460f50049f96ec5ac77746ae;hb=9a1ac7b9ae2fb218170d1bd106d5351a76d03a95;hpb=03fae01822b5275a2940458f65644796283a8a23 diff --git a/src/execute.h b/src/execute.h index 1ab6a24d9..2e0e6cca3 100644 --- a/src/execute.h +++ b/src/execute.h @@ -103,7 +103,7 @@ struct ExecContext { int syslog_priority; char *syslog_identifier; - bool syslog_no_prefix; + bool syslog_level_prefix; char *tcpwrap_name; @@ -142,7 +142,7 @@ struct ExecContext { * /bin/mount it is run in the same process group as us so * that the autofs logic detects that it belongs to us and we * don't enter a trigger loop. */ - bool no_setsid; + bool same_pgrp; }; typedef enum ExitStatus {