From 45e26fdeec4c6d3c4e75d648399ce2a8b3e26364 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 3 May 2011 09:32:01 +1000 Subject: 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 Autobuild-User: Andrew Bartlett Autobuild-Date: Sun May 8 12:01:13 CEST 2011 on sn-devel-104 --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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); -- cgit