|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 13/14] tools/xenmon: xenbaked: Mark const the field text in stat_map_t
From: Julien Grall <jgrall@xxxxxxxxxx>
The field text in stat_map_t will point to string literals. So mark it
as const to allow the compiler to catch any modified of the string.
Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
---
tools/xenmon/xenbaked.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/xenmon/xenbaked.c b/tools/xenmon/xenbaked.c
index d3f940a26bb2..1ed34334c824 100644
--- a/tools/xenmon/xenbaked.c
+++ b/tools/xenmon/xenbaked.c
@@ -182,7 +182,7 @@ typedef struct
{
int event_count;
int event_id;
- char *text;
+ const char *text;
} stat_map_t;
stat_map_t stat_map[] = {
--
2.17.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |