blob: 172dda4faedfe4509f89a56a8a91389fcac56962 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
pointer_default(unique)
]
interface dom_sid
{
/* id used to identify a endpoint, possibly in a cluster */
typedef [public] struct {
hyper id;
uint32 id2;
uint32 node;
} server_id;
}
|