Set the minimum value of tracker_type_e
[platform/core/system/libtracker.git] / include / tracker.h
index a9e2519..8181e68 100644 (file)
@@ -53,6 +53,7 @@ typedef enum {
 } tracker_service_e;
 
 typedef enum {
+       TRACKER_TYPE_INVALID = -1,
        TRACKER_TYPE_POWER_LOCK = 0,
        TRACKER_TYPE_MAX
 } tracker_type_e;