From: Jeffrey Altman Date: Tue, 31 May 2005 14:23:54 +0000 (+0000) Subject: windows-des-stats-20050531 X-Git-Tag: openafs-devel-1_5_0~531 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4c143cf63df724637d765b8ade88a9f5aa97107e;p=packages%2Fo%2Fopenafs.git windows-des-stats-20050531 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. --- diff --git a/src/des/stats.h b/src/des/stats.h index 78dfc77ba..67fa9cf4b 100644 --- a/src/des/stats.h +++ b/src/des/stats.h @@ -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 */