From 46dd2d77ecad82bcc296a0023f344a40b8a9992f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 27 Jun 2008 01:41:26 +0200 Subject: libnet_dssync: add last_query flag to processing routine. Guenther (This used to be commit 22bdee7fe0cdcd95e0bade70cacb095e0b348abf) --- source3/libnet/libnet_dssync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libnet/libnet_dssync.h') 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 { -- cgit