summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-27 01:41:26 +0200
committerGünther Deschner <gd@samba.org>2008-06-27 02:01:15 +0200
commit46dd2d77ecad82bcc296a0023f344a40b8a9992f (patch)
treead718f5162d2d19e9ac4e76c9ad16bb846fdc4a0 /source3/libnet/libnet_dssync.h
parente58b2db024293b0d76441e19e0afd4734b550aa8 (diff)
downloadsamba-46dd2d77ecad82bcc296a0023f344a40b8a9992f.tar.gz
samba-46dd2d77ecad82bcc296a0023f344a40b8a9992f.tar.bz2
samba-46dd2d77ecad82bcc296a0023f344a40b8a9992f.zip
libnet_dssync: add last_query flag to processing routine.
Guenther (This used to be commit 22bdee7fe0cdcd95e0bade70cacb095e0b348abf)
Diffstat (limited to 'source3/libnet/libnet_dssync.h')
-rw-r--r--source3/libnet/libnet_dssync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h
index 0705996976..6a56566c19 100644
--- a/source3/libnet/libnet_dssync.h
+++ b/source3/libnet/libnet_dssync.h
@@ -22,6 +22,7 @@ struct dssync_context;
typedef NTSTATUS (*dssync_processing_fn_t)(TALLOC_CTX *,
struct drsuapi_DsReplicaObjectListItemEx *,
struct drsuapi_DsReplicaOIDMapping_Ctr *,
+ bool,
struct dssync_context *ctx);
struct dssync_context {