summaryrefslogtreecommitdiff
path: root/target.h
diff options
context:
space:
mode:
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 {