source: trunk/server/source4/librpc/idl/server_id4.idl

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 208 bytes
Line 
1[
2 pointer_default(unique)
3]
4interface server_id
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}
Note: See TracBrowser for help on using the repository browser.