X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fkill.c;h=4271346511ecfa8d010a51e508f4e71323494da4;hp=ea947c23ae04a3787e21b8377f5cd9fdf5c079d3;hb=58ea275a68cd242ad60161bcb7582614d1d89f13;hpb=373f14222e6ff11ad0b129b033e01f75f7c504f3 diff --git a/src/core/kill.c b/src/core/kill.c index ea947c23a..427134651 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" };