1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s3-smbd: longer explanation of smbd_shim code

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Jun 21 09:05:37 CEST 2011 on sn-devel-104
This commit is contained in:
Andrew Tridgell 2011-06-21 15:53:36 +10:00
parent b373d0e777
commit cfdeef4c11

View File

@ -19,8 +19,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Shim functions required due to the horrible dependency mess
in Samba. */
/*
shim functions are used required to allow library code to have
references to smbd specific code. The smbd daemon sets up the set
of function calls that it wants used by calling
set_smbd_shim(). Other executables don't make this call, and get
default (dummy) versions of these functions.
*/
struct smbd_shim
{