shares are updated now and visible
[mTask.git] / client / sds.h
index ab67bc8..de83421 100644 (file)
@@ -7,8 +7,9 @@
 
 struct sds {
        int id;
-       int value;
        bool used;
+       char type;
+       int value;
 };
 
 void sds_init(void);