From bc810f4ac04fb6385e57d235f976d3f42f83e28a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 20 Oct 2010 19:26:06 -0400 Subject: [PATCH] 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 --- src/WINNT/afsd/cm_performance.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */ + -- 2.39.5