From d001ca1c396c0e34b71dedd1abecd2ba186c0f5b Mon Sep 17 00:00:00 2001
From: =?utf-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org>
Date: Thu, 17 Jan 2008 09:52:21 +0100
Subject: [PATCH] Remove samba4 specifi struct server_id from misc.idl.

Guenther
---
 source/librpc/idl/misc.idl |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/source/librpc/idl/misc.idl b/source/librpc/idl/misc.idl
index 0861758..132a81f 100644
--- a/source/librpc/idl/misc.idl
+++ b/source/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;
 }
-- 
1.5.3.7

