diff options
author | Vijay Bellur <vijay@gluster.com> | 2012-03-07 00:30:17 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-03-07 09:16:34 -0800 |
commit | 293aa0b9a08da1c4703ddd992a2e03d53ec84cc5 (patch) | |
tree | f92de753601136b5bf2bbc60dd654c0306e536c5 /xlators/lib/src/libxlator.h | |
parent | 228d01916c57d5a5716e1097e39e7aa06f31f3e4 (diff) |
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 <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/lib/src/libxlator.h')
-rw-r--r-- | xlators/lib/src/libxlator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/lib/src/libxlator.h b/xlators/lib/src/libxlator.h index 75a36379848..1bc20ac6b92 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; |