From 79241696fbdebe2583298f12cbaee068ce60c655 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Mon, 7 Jun 2010 12:37:34 +0000 Subject: dynamic volume changes for graph replacement Signed-off-by: Anand V. Avati Signed-off-by: Anand V. Avati BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- libglusterfs/src/mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/mem-types.h') diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h index daf680eb2..e8d4df5f1 100644 --- a/libglusterfs/src/mem-types.h +++ b/libglusterfs/src/mem-types.h @@ -77,6 +77,7 @@ enum gf_common_mem_types_ { gf_common_mt_rpcsvc_conn_t, gf_common_mt_rpcsvc_program_t, gf_common_mt_rpcsvc_stage_t, + gf_common_mt_glusterfs_graph_t, gf_common_mt_end }; #endif -- cgit