diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-20 13:41:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-20 14:35:15 +0200 |
commit | 3862e809d04f4119d294719982a1dce9a0f444d2 (patch) | |
tree | f3bd9f326c91461d36763c0387c8cf33ca027551 /src/core/scope.h | |
parent | f4b0fb236ba85f4aab483d3749a90ab3a85ed1a3 (diff) |
core: when a scope was abandoned, always log about processes we kill
After all, if a unit is abandoned, all processes inside of it may be considered
"left over" and are something we should better log about.
Diffstat (limited to 'src/core/scope.h')
-rw-r--r-- | src/core/scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/scope.h b/src/core/scope.h index 2dc86325c5..94e9807bff 100644 --- a/src/core/scope.h +++ b/src/core/scope.h @@ -43,6 +43,7 @@ struct Scope { usec_t timeout_stop_usec; char *controller; + bool was_abandoned; sd_event_source *timer_event_source; }; |