summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/common-utils.h
diff options
context:
space:
mode:
authorMohammed Junaid <junaid@redhat.com>2012-03-19 11:34:42 +0530
committerAnand Avati <avati@redhat.com>2013-02-07 13:36:25 -0800
commited74054de625f7ad61049e3e1a8737da5daaa4ee (patch)
tree216a799e332d1c469a4986f1ac5551c3c875816b /libglusterfs/src/common-utils.h
parentbcf26bf433f8227a4730407a267bd80044531157 (diff)
features/marker: Replacing -1 with GF_CLIENT_PID_GSYNCD as part of code cleanup.release-3.2
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 <junaid@redhat.com> Reviewed-on: http://review.gluster.org/2969 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Csaba Henk <csaba@redhat.com>
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r--libglusterfs/src/common-utils.h4
1 files changed, 4 insertions, 0 deletions
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 *);