From: Jeffrey Altman Date: Wed, 20 Oct 2010 23:26:06 +0000 (-0400) Subject: Windows: prototype cm_PerformanceTuningInit() X-Git-Tag: upstream/1.8.0_pre1^2~4643 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bc810f4ac04fb6385e57d235f976d3f42f83e28a;p=packages%2Fo%2Fopenafs.git Windows: prototype cm_PerformanceTuningInit() Change-Id: Iffb1f05495a44ad0b95ed315cea5ae4771be1b8b Reviewed-on: http://gerrit.openafs.org/3018 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/WINNT/afsd/cm_performance.h b/src/WINNT/afsd/cm_performance.h index bea96c269..3bf576453 100644 --- a/src/WINNT/afsd/cm_performance.h +++ b/src/WINNT/afsd/cm_performance.h @@ -16,6 +16,8 @@ */ +#ifndef CM_PERFORMANCE_H +#define CM_PERFORMANCE_H typedef struct cm_fid_stats { cm_fid_t fid; afs_uint32 fileType; @@ -31,7 +33,9 @@ typedef struct cm_fid_stats { #define CM_FIDSTATS_FLAG_PURERO 0x08 #define CM_FIDSTATS_FLAG_CALLBACK 0x10 +extern void cm_PerformanceTuningInit(void); extern void cm_PerformanceTuningCheck(void); - extern void cm_PerformancePrintReport(void); +#endif /* CM_PERFORMANCE_H */ +