diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-07-22 09:18:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-22 09:18:30 +0200 |
commit | bf3dd08a81f7500973d8a4add8c73a0856ae5f7d (patch) | |
tree | 0610e6bcaa4aaf00acbe4859e4b7253bf8040d03 /src/core/scope.h | |
parent | Merge pull request #3764 from poettering/assorted-stuff-2 (diff) | |
parent | logind: always abandon session scopes before killing them (diff) | |
download | systemd-bf3dd08a81f7500973d8a4add8c73a0856ae5f7d.tar.xz systemd-bf3dd08a81f7500973d8a4add8c73a0856ae5f7d.zip |
Merge pull request #3762 from poettering/sigkill-log
log about all processes we forcibly kill
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 713b8b9f02..eaf8e8b447 100644 --- a/src/core/scope.h +++ b/src/core/scope.h @@ -45,6 +45,7 @@ struct Scope { usec_t timeout_stop_usec; char *controller; + bool was_abandoned; sd_event_source *timer_event_source; }; |