1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

Remove samba4 specifi struct server_id from misc.idl.

Guenther
(This used to be commit 9d76153f54)
This commit is contained in:
Günther Deschner
2008-01-17 09:52:21 +01:00
parent a042b8c8e1
commit c527709792

View File

@ -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;
}