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