diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-11-07 17:52:01 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-07 18:06:54 +0100 |
commit | c6e5788435d2141f9161f3dc2ae75d1283193a25 (patch) | |
tree | 2f3d35f1791b26b75dbca93b1b27a90b541636d4 /source4/librpc/idl/dom_sid.idl | |
parent | 616bc99b141b54abba9d377d7056dccfd49d4717 (diff) | |
download | samba-c6e5788435d2141f9161f3dc2ae75d1283193a25.tar.gz samba-c6e5788435d2141f9161f3dc2ae75d1283193a25.tar.bz2 samba-c6e5788435d2141f9161f3dc2ae75d1283193a25.zip |
s4: security.idl: for now move server_id also to dom_sid.idl
We should move server_id somewhere else...
metze
Diffstat (limited to 'source4/librpc/idl/dom_sid.idl')
-rw-r--r-- | source4/librpc/idl/dom_sid.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/librpc/idl/dom_sid.idl b/source4/librpc/idl/dom_sid.idl index 59faabae3a..80df11dbfe 100644 --- a/source4/librpc/idl/dom_sid.idl +++ b/source4/librpc/idl/dom_sid.idl @@ -30,5 +30,13 @@ interface dom_sid uint8 id_auth[6]; /**< Identifier Authority */ uint32 sub_auths[num_auths]; } dom_sid; + + /* id used to identify a endpoint, possibly in a cluster */ + typedef [public] struct { + hyper id; + uint32 id2; + uint32 node; + } server_id; + } |