diff options
author | Günther Deschner <gd@samba.org> | 2008-01-17 09:50:45 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-17 16:54:44 +0100 |
commit | a042b8c8e1219f1acc971c576c2d606bcb88a265 (patch) | |
tree | 56d69d1ffd84b549ccfacd17aaf63d760de39ad1 /source3/librpc/idl | |
parent | 516397e676d4d111b2992c57787c1b78994bb4d9 (diff) | |
download | samba-a042b8c8e1219f1acc971c576c2d606bcb88a265.tar.gz samba-a042b8c8e1219f1acc971c576c2d606bcb88a265.tar.bz2 samba-a042b8c8e1219f1acc971c576c2d606bcb88a265.zip |
Import recent misc.idl from Samba4.
Guenther
(This used to be commit 9afc7d957d1b5362e470c2e87e336fdd74b8be3c)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/misc.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/librpc/idl/misc.idl b/source3/librpc/idl/misc.idl index 00f9fb6bed..0861758187 100644 --- a/source3/librpc/idl/misc.idl +++ b/source3/librpc/idl/misc.idl @@ -49,5 +49,9 @@ interface misc SAMR_REJECT_COMPLEXITY = 5 } samr_RejectReason; - + /* id used to identify a endpoint, possibly in a cluster */ + typedef [public] struct { + uint32 id; + uint32 node; + } server_id; } |