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 fc06d52239b..f4d3974f0b2 100644 --- a/libglusterfs/src/mem-types.h +++ b/libglusterfs/src/mem-types.h @@ -150,6 +150,7 @@ enum gf_common_mem_types_ {          gf_common_mt_nfs_exports          = 131,          gf_common_mt_gf_brick_spec_t      = 132,          gf_common_mt_gf_timer_entry_t     = 133, +        gf_common_mt_list_head_t          = 134,          gf_common_mt_end  };  #endif  | 
