From: Yu Watanabe Date: Sun, 14 Apr 2019 11:13:40 +0000 (+0900) Subject: core: change type of Service::timeout_abort_set to bool X-Git-Tag: v243-rc1~548^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54c1a6ab8cfcf424c15e41643c4fb19ca218fd2f;p=thirdparty%2Fsystemd.git core: change type of Service::timeout_abort_set to bool Follow-up for dc653bf487bae9d1ddf794442bf4176fee173b41 (#11211). --- diff --git a/src/core/service.h b/src/core/service.h index 7f1dfe0a8a5..1b8df19771c 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -98,7 +98,7 @@ struct Service { usec_t timeout_start_usec; usec_t timeout_stop_usec; usec_t timeout_abort_usec; - usec_t timeout_abort_set; + bool timeout_abort_set; usec_t runtime_max_usec; dual_timestamp watchdog_timestamp;