X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=6c68169a8420cd4fc5e6806bf603ba531b18fb48;hb=d88a251b125f6e9178b9ca9ea47ab7da3234cb58;hp=03c63d465a10950636264b060f9502635d11e0c3;hpb=256425cc10d74c13602527eb86b4ba0938964565;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index 03c63d465..6c68169a8 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -118,7 +118,7 @@ struct ExecContext { ExecOutput std_output; ExecOutput std_error; - unsigned long timer_slack_nsec; + nsec_t timer_slack_nsec; char *tcpwrap_name; @@ -178,7 +178,6 @@ struct ExecContext { bool nice_set:1; bool ioprio_set:1; bool cpu_sched_set:1; - bool timer_slack_nsec_set:1; }; int exec_spawn(ExecCommand *command,