summaryrefslogtreecommitdiff
path: root/src/core/kill.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-26 20:11:30 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-27 18:11:11 +0100
commit0a6991e0bb84c4c240325899357699dc808a315b (patch)
tree6a8fb87ceea6ad8e29154684638d8d162b1e06c6 /src/core/kill.h
parent6990fb6bc6f9421a15a3e0b02909b7526cd4cbfc (diff)
downloadsystemd-0a6991e0bb84c4c240325899357699dc808a315b.tar.gz
tree-wide: reorder various structures to make them smaller and use fewer cache lines
Some "pahole" spelunking.
Diffstat (limited to 'src/core/kill.h')
-rw-r--r--src/core/kill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kill.h b/src/core/kill.h
index f3915be1dc..43648b6d8a 100644
--- a/src/core/kill.h
+++ b/src/core/kill.h
@@ -22,9 +22,9 @@ struct KillContext {
KillMode kill_mode;
int kill_signal;
int final_kill_signal;
+ int watchdog_signal;
bool send_sigkill;
bool send_sighup;
- int watchdog_signal;
};
typedef enum KillWho {