From 00dc5d769ac4a4019d6b6fe22e8383ec8b030a96 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 8 Oct 2010 02:31:36 +0200 Subject: unit: introduce 'banned' load state for units symlinked to /dev/null --- src/unit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index afae580409..a020bd8a0d 100644 --- a/src/unit.h +++ b/src/unit.h @@ -62,6 +62,7 @@ enum UnitLoadState { UNIT_LOADED, UNIT_ERROR, UNIT_MERGED, + UNIT_BANNED, _UNIT_LOAD_STATE_MAX, _UNIT_LOAD_STATE_INVALID = -1 }; -- cgit v1.2.3-54-g00ecf