summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/server_id4.idl
blob: 872d3067566ab03296a27295b133add160de4f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
	pointer_default(unique)
]
interface server_id
{
	/* id used to identify a endpoint, possibly in a cluster */
	typedef [public] struct {
		hyper pid;
		uint32 id2;
		uint32 node;
		udlong unique_id;
	} server_id;
}