From fa06836725dd6ec9f8f1c4b76608f7147008ecd9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Jan 2010 06:33:27 +0100 Subject: properly implement target unit --- target.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target.h') 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 { -- cgit v1.2.3-54-g00ecf