diff options
Diffstat (limited to 'libglusterfs')
-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; |