mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
[
|
|
pointer_default(unique)
|
|
]
|
|
interface server_id
|
|
{
|
|
/* id used to identify a endpoint, possibly in a cluster */
|
|
typedef [public] struct {
|
|
hyper id;
|
|
uint32 id2;
|
|
uint32 node;
|
|
} server_id;
|
|
}
|