]> git.saurik.com Git - apple/security.git/blobdiff - keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h
Security-59306.120.7.tar.gz
[apple/security.git] / keychain / SecureObjectSync / generated_source / SOSAccountConfiguration.h
index c381e08a2fea9ce62098e130f0d9e593a2e0de67..1930811b07c1ba3e61d94d468cc51646fa851a1e 100644 (file)
@@ -15,9 +15,9 @@ __attribute__((visibility("hidden")))
 @interface SOSAccountConfiguration : PBCodable <NSCopying>
 {
     NSMutableArray<NSString *> *_pendingBackupPeers;
 @interface SOSAccountConfiguration : PBCodable <NSCopying>
 {
     NSMutableArray<NSString *> *_pendingBackupPeers;
-    BOOL _ringUpdateFlag;
+    BOOL _sbdBackup;
     struct {
     struct {
-        int ringUpdateFlag:1;
+        int sbdBackup:1;
     } _has;
 }
 
     } _has;
 }
 
@@ -29,8 +29,8 @@ __attribute__((visibility("hidden")))
 - (NSString *)pendingBackupPeersAtIndex:(NSUInteger)idx;
 + (Class)pendingBackupPeersType;
 
 - (NSString *)pendingBackupPeersAtIndex:(NSUInteger)idx;
 + (Class)pendingBackupPeersType;
 
-@property (nonatomic) BOOL hasRingUpdateFlag;
-@property (nonatomic) BOOL ringUpdateFlag;
+@property (nonatomic) BOOL hasSbdBackup;
+@property (nonatomic) BOOL sbdBackup;
 
 // Performs a shallow copy into other
 - (void)copyTo:(SOSAccountConfiguration *)other;
 
 // Performs a shallow copy into other
 - (void)copyTo:(SOSAccountConfiguration *)other;