From: Jeffrey Altman Date: Tue, 1 Aug 2006 04:22:07 +0000 (+0000) Subject: STABLE14-windows-server-ping-20060216 X-Git-Tag: openafs-stable-1_4_2b3~10 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1a4cd4a6fcb86ce5dfb9c9f677fd76c0d417a459;p=packages%2Fo%2Fopenafs.git STABLE14-windows-server-ping-20060216 add logging of server addresses, status and capabilities prevent multiple threads from pinging the same server simultaneously. instead, threads block and then use the result of the ping that was already taking place. (cherry picked from commit 424ae50d1f7dfe0c3557d98f8ae9bc03a8265a21) --- diff --git a/src/WINNT/afsd/NTMakefile b/src/WINNT/afsd/NTMakefile index 1dd425fd5..77e3584b4 100644 --- a/src/WINNT/afsd/NTMakefile +++ b/src/WINNT/afsd/NTMakefile @@ -388,6 +388,7 @@ AFSD_EXELIBS =\ $(DESTDIR)\lib\afs\mtafsint.lib \ $(DESTDIR)\lib\libafsconf.lib \ $(DESTDIR)\lib\afs\afsreg.lib \ + $(DESTDIR)\lib\afs\afsutil.lib \ $(DESTDIR)\lib\afspthread.lib \ $(LANAHELPERLIB)