X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fexecute.h;h=1ab6a24d9b2c9e2a460f50049f96ec5ac77746ae;hb=03fae01822b5275a2940458f65644796283a8a23;hp=aa5f56667759ecd521d6244c28b57be669a75293;hpb=393a2f9be167f4147e117fd2fc912292899b6b33;p=elogind.git diff --git a/src/execute.h b/src/execute.h index aa5f56667..1ab6a24d9 100644 --- a/src/execute.h +++ b/src/execute.h @@ -95,7 +95,7 @@ struct ExecContext { cpu_set_t *cpuset; unsigned cpuset_ncpus; - unsigned long timer_slack_ns; + unsigned long timer_slack_nsec; ExecInput std_input; ExecOutput std_output; @@ -135,7 +135,7 @@ struct ExecContext { bool nice_set:1; bool ioprio_set:1; bool cpu_sched_set:1; - bool timer_slack_ns_set:1; + bool timer_slack_nsec_set:1; /* This is not exposed to the user but available * internally. We need it to make sure that whenever we spawn