From c497c7a9e4db487eab4f92421a74d721d9558186 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Apr 2010 02:42:59 +0200 Subject: manager: introduce 'isolate' job mode which kills all units but the requested one --- job.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'job.c') diff --git a/job.c b/job.c index 3210bb42c2..f35c91c4df 100644 --- a/job.c +++ b/job.c @@ -577,7 +577,8 @@ DEFINE_STRING_TABLE_LOOKUP(job_type, JobType); static const char* const job_mode_table[_JOB_MODE_MAX] = { [JOB_FAIL] = "fail", - [JOB_REPLACE] = "replace" + [JOB_REPLACE] = "replace", + [JOB_ISOLATE] = "isolate" }; DEFINE_STRING_TABLE_LOOKUP(job_mode, JobMode); -- cgit v1.2.3-54-g00ecf