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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 08 Mar 2008 18:23:48 EST


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

Modified Files:
	cm_callback.c cm_daemon.c cm_server.c cm_server.h 
Log Message:
DELTA windows-syscfg-getifinfo-20080308
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

syscfg_GetIFInfo() obtains the current list of IP addresses.
Its a really expensive operation.  Call the function once 
and cache the data until the next IP address change instead
of calling it everytime we receive a WhoAreYou or construct a 
new server object.  Adds a new global rw lock, cm_syscfgLock



--- DELTA config follows ---
windows-syscfg-getifinfo-20080308 openafs/src/WINNT/afsd/cm_callback.c 1.78 1.79
windows-syscfg-getifinfo-20080308 openafs/src/WINNT/afsd/cm_daemon.c 1.44 1.45
windows-syscfg-getifinfo-20080308 openafs/src/WINNT/afsd/cm_server.c 1.52 1.53
windows-syscfg-getifinfo-20080308 openafs/src/WINNT/afsd/cm_server.h 1.26 1.27