From a042b8c8e1219f1acc971c576c2d606bcb88a265 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Jan 2008 09:50:45 +0100 Subject: Import recent misc.idl from Samba4. Guenther (This used to be commit 9afc7d957d1b5362e470c2e87e336fdd74b8be3c) --- source3/librpc/idl/misc.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3') 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; } -- cgit