source: branches/samba-3.5.x/source4/librpc/idl/server_id.idl

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 196 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.