diff options
Diffstat (limited to 'source3/librpc/idl/misc.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; } |