Import recent misc.idl from Samba4.
authorGünther Deschner <gd@samba.org>
Thu, 17 Jan 2008 08:50:45 +0000 (09:50 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Jan 2008 15:54:44 +0000 (16:54 +0100)
Guenther

source/librpc/idl/misc.idl

index 00f9fb6bed1bef525fe473fdfb189e922d972f0e..0861758187dc280783fc4d4cb7c7bd0d6116f296 100644 (file)
@@ -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;
 }