summaryrefslogtreecommitdiff
path: root/src/core/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-31 04:27:03 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-31 04:27:03 +0200
commitd88a251b125f6e9178b9ca9ea47ab7da3234cb58 (patch)
tree6c982e764f991ed9169bd4fb53a601dcd295795b /src/core/execute.h
parent256425cc10d74c13602527eb86b4ba0938964565 (diff)
util: introduce a proper nsec_t and make use of it where appropriate
Diffstat (limited to 'src/core/execute.h')
-rw-r--r--src/core/execute.h3
1 files changed, 1 insertions, 2 deletions
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,