summaryrefslogtreecommitdiff
path: root/PerformancePkg/Dp_App/Dp.h
diff options
context:
space:
mode:
Diffstat (limited to 'PerformancePkg/Dp_App/Dp.h')
-rw-r--r--PerformancePkg/Dp_App/Dp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/PerformancePkg/Dp_App/Dp.h b/PerformancePkg/Dp_App/Dp.h
index e4c5a76d41..072ae1b983 100644
--- a/PerformancePkg/Dp_App/Dp.h
+++ b/PerformancePkg/Dp_App/Dp.h
@@ -76,9 +76,9 @@ typedef struct {
} PERF_SUMMARY_DATA;
typedef struct {
- VOID *Handle;
- CHAR8 *Token; ///< Measured token string name.
- CHAR8 *Module; ///< Module string name.
+ CONST VOID *Handle;
+ CONST CHAR8 *Token; ///< Measured token string name.
+ CONST CHAR8 *Module; ///< Module string name.
UINT64 StartTimeStamp; ///< Start time point.
UINT64 EndTimeStamp; ///< End time point.
} MEASUREMENT_RECORD;