From 03fae01822b5275a2940458f65644796283a8a23 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 4 Jul 2010 21:12:10 +0200 Subject: uniformly suffix time span properties with their unit --- src/execute.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/execute.h') 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 -- cgit v1.2.3-54-g00ecf