Reset sync daemon local state if the client version has changed
[pithos-macos] / pithos-macos / PithosAccount.h
index 9a4e188..dea922f 100644 (file)
@@ -46,6 +46,7 @@
     NSString *uniqueName;
     BOOL active;
     NSString *name;
+    NSString *clientVersion;
     
     BOOL syncActive;
     NSString *syncDirectoryPath;
@@ -89,6 +90,7 @@
 @property (nonatomic, strong) NSString *uniqueName;
 @property (assign) BOOL active;
 @property (nonatomic, strong) NSString *name;
+@property (nonatomic, strong) NSString *clientVersion;
 
 @property (nonatomic, assign) BOOL syncActive;
 @property (nonatomic, strong) NSString *syncDirectoryPath;