From 45fa52d798298623757867c1936045231f0d0af7 Mon Sep 17 00:00:00 2001 From: Anuradha Talur Date: Fri, 29 Apr 2016 16:12:10 +0530 Subject: protocol/client : Implementation of compound fop Change-Id: Iade71daf3bc70e60833d693ac55151c9cf691381 BUG: 1303829 Signed-off-by: Anuradha Talur Reviewed-on: http://review.gluster.org/14114 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Pranith Kumar Karampuri --- libglusterfs/src/defaults.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/defaults.h b/libglusterfs/src/defaults.h index cae69a536a3..bcaac49b7af 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -80,7 +80,7 @@ typedef struct { typedef struct { int fop_enum; - int fop_length; + unsigned int fop_length; int *enum_list; default_args_t *req_list; dict_t *xdata; @@ -88,7 +88,7 @@ typedef struct { typedef struct { int fop_enum; - int fop_length; + unsigned int fop_length; int *enum_list; default_args_cbk_t *rsp_list; dict_t *xdata; -- cgit