diff options
author | Amar Tumballi <amar@gluster.com> | 2010-06-24 07:58:51 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-06-25 03:16:36 -0700 |
commit | 29893bcba579f7e37a6ace018ffda1c8abe45550 (patch) | |
tree | 88cd08652635723569fb4401485e07a0460b43a5 /libglusterfs/src | |
parent | b8b2a9d2f49686d5056fb0ce6150cf9c54180b12 (diff) |
added proper mem-types to GF_CALLOC in protocol
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/mem-types.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h index e8d4df5f1..18a8e8106 100644 --- a/libglusterfs/src/mem-types.h +++ b/libglusterfs/src/mem-types.h @@ -76,7 +76,16 @@ enum gf_common_mem_types_ { gf_common_mt_rpcsvc_t, gf_common_mt_rpcsvc_conn_t, gf_common_mt_rpcsvc_program_t, + gf_common_mt_rpcsvc_listener_t, + gf_common_mt_rpcsvc_wrapper_t, gf_common_mt_rpcsvc_stage_t, + gf_common_mt_rpcclnt_t, + gf_common_mt_rpcclnt_savedframe_t, + gf_common_mt_rpc_trans_t, + gf_common_mt_rpc_trans_pollin_t, + gf_common_mt_rpc_trans_handover_t, + gf_common_mt_rpc_trans_reqinfo_t, + gf_common_mt_rpc_trans_rsp_t, gf_common_mt_glusterfs_graph_t, gf_common_mt_end }; |