Changeset 745 for trunk/server/source3/libnet/libnet_dssync.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/libnet/libnet_dssync.h
r414 r745 19 19 */ 20 20 21 #include "../librpc/gen_ndr/drsuapi.h" 22 #include "../librpc/gen_ndr/drsblobs.h" 23 21 24 struct dssync_context; 22 25 … … 28 31 struct drsuapi_DsReplicaObjectListItemEx *objects, 29 32 struct drsuapi_DsReplicaOIDMapping_Ctr *mappings); 33 NTSTATUS (*process_links)(struct dssync_context *ctx, 34 TALLOC_CTX *mem_ctx, 35 uint32_t count, 36 struct drsuapi_DsReplicaLinkedAttribute *links, 37 struct drsuapi_DsReplicaOIDMapping_Ctr *mappings); 30 38 NTSTATUS (*finish)(struct dssync_context *ctx, TALLOC_CTX *mem_ctx, 31 39 struct replUpToDateVectorBlob *new_utdv); … … 56 64 57 65 extern const struct dssync_ops libnet_dssync_keytab_ops; 66 extern const struct dssync_ops libnet_dssync_passdb_ops; 67 68 /* The following definitions come from libnet/libnet_dssync.c */ 69 70 NTSTATUS libnet_dssync_init_context(TALLOC_CTX *mem_ctx, 71 struct dssync_context **ctx_p); 72 NTSTATUS libnet_dssync(TALLOC_CTX *mem_ctx, 73 struct dssync_context *ctx);
Note:
See TracChangeset
for help on using the changeset viewer.