From cfdeef4c11a75f1051c4b9905a643f61c74437c7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 21 Jun 2011 15:53:36 +1000 Subject: [PATCH] s3-smbd: longer explanation of smbd_shim code Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Tue Jun 21 09:05:37 CEST 2011 on sn-devel-104 --- source3/lib/smbd_shim.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source3/lib/smbd_shim.h b/source3/lib/smbd_shim.h index 415f81bf362f..89cae2b694df 100644 --- a/source3/lib/smbd_shim.h +++ b/source3/lib/smbd_shim.h @@ -19,8 +19,13 @@ along with this program. If not, see . */ -/* 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 { -- 2.34.1