summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-09-30 01:55:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:14 -0500
commitbb77c2aa1e426dff40d8b7507bb562dcf9c779bd (patch)
tree061c568210cee0e0d008003f88b8d952dcb9a94a /source4/include
parentf1c52270785285fcf68e2b22fbc83cbee38910fd (diff)
downloadsamba-bb77c2aa1e426dff40d8b7507bb562dcf9c779bd.tar.gz
samba-bb77c2aa1e426dff40d8b7507bb562dcf9c779bd.tar.bz2
samba-bb77c2aa1e426dff40d8b7507bb562dcf9c779bd.zip
r10638: - add wrepl_socket_merge() function that creates a wrepl_socket on top
of an existing socket, that is needed to handle WREPL_REPL_UPDATE in the server, because we need to flig the connection and act as client on it metze (This used to be commit 131e5dfe695d427e992b840439743f880b14d82d)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index 9d30e64dbc..ea90420753 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -298,3 +298,5 @@ struct ldb_map_objectclass;
struct param_context;
struct param_section;
struct param;
+
+struct socket_context;