5 // Created by Richard Murphy on 2/12/15.
9 #ifndef _sec_SOSCircleV2_
10 #define _sec_SOSCircleV2_
13 #include <CoreFoundation/CFRuntime.h>
14 #include <CoreFoundation/CoreFoundation.h>
15 #include <Security/SecureObjectSync/SOSPeerInfo.h>
17 typedef struct __OpaqueSOSCircleV2
{
20 CFMutableSetRef peers
;
21 CFMutableDictionaryRef rings
;
24 SOSPeerInfoRef
SOSCircleV2PeerInfoGet(SOSCircleV2Ref circle
, CFStringRef peerid
);
26 #endif /* defined(_sec_SOSCircleV2_) */