summaryrefslogtreecommitdiff
path: root/target.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-27 06:33:27 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-27 06:33:27 +0100
commitfa06836725dd6ec9f8f1c4b76608f7147008ecd9 (patch)
treea94cc9f079b8d61ad286d64f19a19d0519eba6b0 /target.h
parent836698b90be5ce5e8aae86f39d03614260ffde5d (diff)
properly implement target unit
Diffstat (limited to 'target.h')
-rw-r--r--target.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/target.h b/target.h
index 16cd9c4492..2733178286 100644
--- a/target.h
+++ b/target.h
@@ -9,7 +9,8 @@ typedef struct Target Target;
typedef enum TargetState {
TARGET_DEAD,
- TARGET_ACTIVE
+ TARGET_ACTIVE,
+ _TARGET_STATE_MAX
} TargetState;
struct Target {