summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-03 09:32:01 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 12:01:13 +0200
commit45e26fdeec4c6d3c4e75d648399ce2a8b3e26364 (patch)
treea3c978965ceb727463a9355b7825787b87c87b9e /source3/include
parent2c569cd8ba70e1aba30019618e759866c55eff30 (diff)
downloadsamba-45e26fdeec4c6d3c4e75d648399ce2a8b3e26364.tar.gz
samba-45e26fdeec4c6d3c4e75d648399ce2a8b3e26364.tar.bz2
samba-45e26fdeec4c6d3c4e75d648399ce2a8b3e26364.zip
s3-smbd: expose smbd_set_server_fd()
this allows the fd to be setup by subsystems that want to use the s3 server core code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 8 12:01:13 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e0bdabc780..7e25f8e3ad 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1856,6 +1856,7 @@ void send_stat_cache_delete_message(struct messaging_context *msg_ctx,
NTSTATUS can_delete_directory(struct connection_struct *conn,
const char *dirname);
bool change_to_root_user(void);
+void smbd_set_server_fd(int fd);
struct event_context *smbd_event_context(void);
void contend_level2_oplocks_begin(files_struct *fsp,
enum level2_contention_type type);