diff options
author | Günther Deschner <gd@samba.org> | 2008-02-15 02:59:48 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-15 14:06:50 +0100 |
commit | 99f1806af994dad5923c9e94b4a83ca094f991a4 (patch) | |
tree | c9e69a25941bcc71868eb4f6fc5dee2678d6dde6 /source3/include/rpc_netlogon.h | |
parent | 013a15a1b8b1b2e410582d6b97831bbb45d06c79 (diff) | |
download | samba-99f1806af994dad5923c9e94b4a83ca094f991a4.tar.gz samba-99f1806af994dad5923c9e94b4a83ca094f991a4.tar.bz2 samba-99f1806af994dad5923c9e94b4a83ca094f991a4.zip |
Remove unused marshalling for NET_SAM_DELTAS.
Guenther
(This used to be commit 2dd01f07411744f1f8fec0bff7af554db08ab960)
Diffstat (limited to 'source3/include/rpc_netlogon.h')
-rw-r--r-- | source3/include/rpc_netlogon.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index c8a25cdf4d..93b50c9c00 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -831,35 +831,6 @@ typedef struct net_r_sam_sync_info { NTSTATUS status; } NET_R_SAM_SYNC; -/* NET_Q_SAM_DELTAS */ -typedef struct net_q_sam_deltas_info { - UNISTR2 uni_srv_name; - UNISTR2 uni_cli_name; - DOM_CRED cli_creds; - DOM_CRED ret_creds; - - uint32 database_id; - uint64 dom_mod_count; /* domain mod count at last sync */ - - uint32 max_size; /* preferred maximum length */ -} NET_Q_SAM_DELTAS; - -/* NET_R_SAM_DELTAS */ -typedef struct net_r_sam_deltas_info { - DOM_CRED srv_creds; - - uint64 dom_mod_count; /* new domain mod count */ - - uint32 ptr_deltas; - uint32 num_deltas; - uint32 num_deltas2; - - SAM_DELTA_HDR *hdr_deltas; - SAM_DELTA_CTR *deltas; - - NTSTATUS status; -} NET_R_SAM_DELTAS; - #define DSGETDC_VALID_FLAGS ( \ DS_FORCE_REDISCOVERY | \ DS_DIRECTORY_SERVICE_REQUIRED | \ |