From 6fbaf88ac0f6b377126b847d287ed77e3146ce1c Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Sat, 27 Aug 2016 20:24:20 +0530 Subject: dht: define GF_IPC_TARGET_UPCALL In patch http://review.gluster.org/#/c/15225/ GF_IPC_TARGET_UPCALL was used but not defined, because of which build is broken Hence fixing it here. Change-Id: I81e1e63cba25a49fd72a8fd7a3b4a445cadae103 BUG: 1370862 Signed-off-by: Prasanna Kumar Kalever Reviewed-on: http://review.gluster.org/15331 Smoke: Gluster Build System Tested-by: Atin Mukherjee Reviewed-by: Atin Mukherjee CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System --- libglusterfs/src/common-utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libglusterfs/src/common-utils.h') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 3deb6bd43c9..286b70ea708 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -153,7 +153,8 @@ enum _gf_special_pid enum _gf_xlator_ipc_targets { GF_IPC_TARGET_CHANGELOG = 0, - GF_IPC_TARGET_CTR = 1 + GF_IPC_TARGET_CTR = 1, + GF_IPC_TARGET_UPCALL = 2 }; typedef enum _gf_boolean gf_boolean_t; -- cgit