Add more property helpers
[connman] / include / property.h
index 14198be..b8c86c9 100644 (file)
@@ -57,7 +57,9 @@ struct connman_property {
        enum connman_property_id id;
        char *name;
        int type;
+       int subtype;
        void *value;
+       int size;
 };
 
 #ifdef __cplusplus