chiark / gitweb /
add api for choose the id name for a service
[elogind.git] / target.h
index 16cd9c4492c1723d9c095b1a940fd6f33d9d173c..27331782868070438ca790ef57cb9043beb187ff 100644 (file)
--- 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 {