From 293aa0b9a08da1c4703ddd992a2e03d53ec84cc5 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Wed, 7 Mar 2012 00:30:17 +0530 Subject: xlator/lib: Drain out sent requests to avoid multiple STACK_UNWINDs Change-Id: If28e4b6e157ac0cb9e1f325bbba39f6c3f1c2b45 BUG: 789078 Reviewed-on: http://review.gluster.com/2881 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Vijay Bellur --- xlators/lib/src/libxlator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/lib/src/libxlator.h') diff --git a/xlators/lib/src/libxlator.h b/xlators/lib/src/libxlator.h index 75a36379..1bc20ac6 100644 --- a/xlators/lib/src/libxlator.h +++ b/xlators/lib/src/libxlator.h @@ -74,6 +74,7 @@ struct marker_str { xlator_specf_unwind_t xl_specf_unwind; void *xl_local; char *vol_uuid; + uint8_t retval; }; typedef struct marker_str xl_marker_local_t; -- cgit