From d88a251b125f6e9178b9ca9ea47ab7da3234cb58 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 May 2012 04:27:03 +0200 Subject: util: introduce a proper nsec_t and make use of it where appropriate --- src/core/execute.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/execute.h') diff --git a/src/core/execute.h b/src/core/execute.h index 03c63d465a..6c68169a84 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, -- cgit v1.2.3-54-g00ecf