From 4c143cf63df724637d765b8ade88a9f5aa97107e Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 31 May 2005 14:23:54 +0000 Subject: [PATCH] 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. --- src/des/stats.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.39.5