diff options
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/mem-types.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h index c07d1387be3..1cce6db7501 100644 --- a/libglusterfs/src/mem-types.h +++ b/libglusterfs/src/mem-types.h @@ -124,6 +124,7 @@ enum gf_common_mem_types_ {          gf_common_mt_txn_opinfo_obj_t     = 108,  	gf_common_mt_strfd_t              = 109,  	gf_common_mt_strfd_data_t         = 110, +        gf_common_mt_regex_t              = 111,          gf_common_mt_end  };  #endif  | 
