summaryrefslogtreecommitdiff
path: root/src/core/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kill.c')
-rw-r--r--src/core/kill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/kill.c b/src/core/kill.c
index ea947c23ae..4271346511 100644
--- a/src/core/kill.c
+++ b/src/core/kill.c
@@ -52,6 +52,7 @@ void kill_context_dump(KillContext *c, FILE *f, const char *prefix) {
static const char* const kill_mode_table[_KILL_MODE_MAX] = {
[KILL_CONTROL_GROUP] = "control-group",
[KILL_PROCESS] = "process",
+ [KILL_MIXED] = "mixed",
[KILL_NONE] = "none"
};