blob: 728818f629195dbb932b90f387f5c4d874a5ccc7 (
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 vnn;
udlong unique_id;
} server_id;
}
|