From 36acd6e79c8cb881b9c333313402d993a6d0f511 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 12 Dec 2005 21:31:42 +0000 Subject: r12200: - move the the winsreplication client and server code to the packet_context system - this needs to be in one big patch, because of the merging code, that changes client in server connections and the other way around - use socket_connect_send/_recv() in the client code metze (This used to be commit f0105b7fcdc3032d22444a1973927fff2dd9a06f) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index ca52ad5336..89b8bf9dcf 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -300,6 +300,7 @@ struct wreplsrv_push_notify_io; struct winsdb_record; struct wrepl_packet; +struct wrepl_send_ctrl; struct wrepl_associate; struct wrepl_associate_stop; struct wrepl_pull_table; -- cgit