From ed74054de625f7ad61049e3e1a8737da5daaa4ee Mon Sep 17 00:00:00 2001 From: Mohammed Junaid Date: Mon, 19 Mar 2012 11:34:42 +0530 Subject: features/marker: Replacing -1 with GF_CLIENT_PID_GSYNCD as part of code cleanup. To Keep the code(rel-3.2) consistent with the master(rel-3.3) branch. Change-Id: I6a052a35abf022d5551ec9b59db0ae19f81f326d BUG: 769494 Signed-off-by: Mohammed Junaid Reviewed-on: http://review.gluster.org/2969 Tested-by: Gluster Build System Reviewed-by: Csaba Henk --- libglusterfs/src/common-utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 272beee2d77..8511e8d319a 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -78,6 +78,10 @@ enum _gf_boolean _gf_true = 1 }; +enum _gf_client_pid { + GF_CLIENT_PID_GSYNCD = -1, +}; + typedef enum _gf_boolean gf_boolean_t; typedef int (*gf_cmp) (void *, void *); -- cgit