From 2b21ea3c625fab19e88c21f4c104dca321eef262 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Fri, 23 Sep 2011 11:49:29 +0530 Subject: libglusterfs: Adding missing event strings for events. Change-Id: Idf55abfa77712d32b27798fedcfddb65599b562b Reviewed-on: http://review.gluster.com/493 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/globals.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/globals.c b/libglusterfs/src/globals.c index 473a4604e1f..57946f70480 100644 --- a/libglusterfs/src/globals.c +++ b/libglusterfs/src/globals.c @@ -336,7 +336,7 @@ out: } -char eventstring[GF_EVENT_MAXVAL][64] = { +char eventstring[GF_EVENT_MAXVAL+1][64] = { "Invalid event", "Parent Up", "Poll In", @@ -345,10 +345,14 @@ char eventstring[GF_EVENT_MAXVAL][64] = { "Child Up", "Child Down", "Child Connecting", + "Child Modified", "Transport Cleanup", "Transport Connected", "Volfile Modified", - "Volume Heal Triggered", + "New Volfile", + "Translator Info", + "Trigger Volume Heal", + "Invalid event", }; /* Copy the string ptr contents if needed for yourself */ -- cgit