OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 01 Aug 2008 09:30:21 EDT


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/WINNT/afsd

Modified Files:
	smb.c smb.h smb3.c 
Log Message:
DELTA windows-smb-vc-refcount-debugging-20080801
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

define DEBUG_SMB_REFCOUNT in smb.h to activate refcount debugging 
versions of the functions that log the file and line number as 
well as object and refcount.  This is for use in debugging refcount
leaks.

rename GetPacket and GetNCB to smb_GetPacket and smb_GetNCB, etc.,
to enforce the name space.  Do not confuse with similar Win32 API
functions.

restructure some code that refers to smb_vc_t references in order
to clarify where the refcount is dropped.



--- DELTA config follows ---
windows-smb-vc-refcount-debugging-20080801 openafs/src/WINNT/afsd/smb.c 1.206 1.207
windows-smb-vc-refcount-debugging-20080801 openafs/src/WINNT/afsd/smb.h 1.75 1.76
windows-smb-vc-refcount-debugging-20080801 openafs/src/WINNT/afsd/smb3.c 1.163 1.164