]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-des-stats-20050531
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 31 May 2005 14:26:01 +0000 (14:26 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 31 May 2005 14:26:01 +0000 (14:26 +0000)
Put the declaration for rxkad_stats back into the stats.h but only
for Windows.   We don't want to deal with figuring out all the
dependencies today.

(cherry picked from commit 4c143cf63df724637d765b8ade88a9f5aa97107e)

src/des/stats.h

index 78dfc77badd23ce3c10471ea73ddcb5a183bb138..67fa9cf4bf8c2729b98c58988d19c3565ebf1f41 100644 (file)
@@ -53,6 +53,9 @@ struct rxkad_stats {
 } rxkad_stats_t;                       /* put these here for convenience */
 #else /* AFS_PTHREAD_ENV */
 };
+#ifdef AFS_NT40_ENV
+struct rxkad_stats rxkad_stats;         /* put this here for convenience */
+#endif 
 #endif /* AFS_PTHREAD_ENV */