From 5d13b67d03a57310ad5e80fe22561ed4bfe84f4d Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Sat, 27 Aug 2016 20:24:20 +0530 Subject: [PATCH 123/141] 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: 1284873 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 Reviewed-on: https://code.engineering.redhat.com/gerrit/87036 Reviewed-by: Rajesh Joseph Tested-by: Rajesh Joseph --- libglusterfs/src/common-utils.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 56e8b42..62195ed 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -151,7 +151,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; -- 1.7.1