| Submitter | Csaba Henk |
|---|---|
| Date | 2010-10-26 09:30:28 |
| Message ID | <1288085430-5086-1-git-send-email-csaba@gluster.com> |
| Download | mbox | patch |
| Permalink | /patch/5567/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/libglusterfs/src/graph-mem-types.h b/libglusterfs/src/graph-mem-types.h index d5a939e..86e0749 100644 --- a/libglusterfs/src/graph-mem-types.h +++ b/libglusterfs/src/graph-mem-types.h @@ -24,9 +24,8 @@ #define GF_MEM_TYPE_START (gf_common_mt_end + 1) -enum gfd_mem_types_ { +enum gf_graph_mem_types { gf_graph_mt_buf = GF_MEM_TYPE_START, - gfd_mt_end + gf_graph_mt_end }; #endif -
Signed-off-by: Csaba Henk <csaba@lowlife.hu> --- libglusterfs/src/graph-mem-types.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)