diff options
| author | Anuradha Talur <atalur@redhat.com> | 2016-04-29 16:12:10 +0530 | 
|---|---|---|
| committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-04-30 17:47:47 -0700 | 
| commit | 45fa52d798298623757867c1936045231f0d0af7 (patch) | |
| tree | b216ac267dc21339fac8a40f49a5db4e89a3f19d /libglusterfs/src/defaults.h | |
| parent | 93eaeb9c93be3232f24e840044d560f9f0e66f71 (diff) | |
protocol/client : Implementation of compound fop
Change-Id: Iade71daf3bc70e60833d693ac55151c9cf691381
BUG: 1303829
Signed-off-by: Anuradha Talur <atalur@redhat.com>
Reviewed-on: http://review.gluster.org/14114
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'libglusterfs/src/defaults.h')
| -rw-r--r-- | libglusterfs/src/defaults.h | 4 | 
1 files changed, 2 insertions, 2 deletions
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;  | 
