From 2cca000fcc2adbffbb3f5258c57ae564b9e2d51f Mon Sep 17 00:00:00 2001 From: Susant Palai Date: Sat, 30 Apr 2016 18:00:44 +0530 Subject: protocol: add getactivelk () fop Change-Id: Ie38198db990f133fe163ba160cdf647e34f83f4f BUG: 1326085 Signed-off-by: Susant Palai Reviewed-on: http://review.gluster.org/13994 Reviewed-by: Niels de Vos Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- libglusterfs/src/mem-types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h index 09d096b83f5..958de8bc634 100644 --- a/libglusterfs/src/mem-types.h +++ b/libglusterfs/src/mem-types.h @@ -165,6 +165,8 @@ enum gf_common_mem_types_ { gf_mt_compound_req_t, gf_mt_compound_rsp_t, gf_common_mt_tw_timer_list, + /*lock migration*/ + gf_common_mt_lock_mig, gf_common_mt_end }; #endif -- cgit