From c5277097924985ed23abc109712b7ca2213e87e8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Jan 2008 09:52:21 +0100 Subject: Remove samba4 specifi struct server_id from misc.idl. Guenther (This used to be commit 9d76153f54aea671d5d1543eaa3e617aad1ba9e9) --- source3/librpc/idl/misc.idl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/librpc/idl/misc.idl') diff --git a/source3/librpc/idl/misc.idl b/source3/librpc/idl/misc.idl index 0861758187..132a81f138 100644 --- a/source3/librpc/idl/misc.idl +++ b/source3/librpc/idl/misc.idl @@ -48,10 +48,4 @@ interface misc SAMR_REJECT_IN_HISTORY = 2, 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