diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-09-30 01:55:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:14 -0500 |
commit | bb77c2aa1e426dff40d8b7507bb562dcf9c779bd (patch) | |
tree | 061c568210cee0e0d008003f88b8d952dcb9a94a /source4/include/structs.h | |
parent | f1c52270785285fcf68e2b22fbc83cbee38910fd (diff) | |
download | samba-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/structs.h')
-rw-r--r-- | source4/include/structs.h | 2 |
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; |