diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-04 21:12:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-04 21:12:10 +0200 |
commit | 03fae01822b5275a2940458f65644796283a8a23 (patch) | |
tree | df137fe6f20ba6944b4d4cad100dd44df28abc5f /src/execute.h | |
parent | 393a2f9be167f4147e117fd2fc912292899b6b33 (diff) |
uniformly suffix time span properties with their unit
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/execute.h b/src/execute.h index aa5f566677..1ab6a24d9b 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 |