summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/common-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/common-utils.c')
-rw-r--r--libglusterfs/src/common-utils.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c
index 9efb9625995..624e785dd04 100644
--- a/libglusterfs/src/common-utils.c
+++ b/libglusterfs/src/common-utils.c
@@ -235,6 +235,13 @@ set_global_ctx_ptr (glusterfs_ctx_t *ctx)
gf_global_ctx = ctx;
}
+/*
+ * Don't use this function other than in glusterfsd.c. libglusterfsclient does
+ * not set gf_global_ctx since there can be multiple glusterfs-contexts
+ * initialized in a single process. Instead access the context from ctx member
+ * of the xlator object.
+ */
+
glusterfs_ctx_t *
get_global_ctx_ptr (void)
{