From 482d77b85d84bf5c2b48e4717f8d186967e42e63 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 27 Jan 2011 05:23:32 +0000 Subject: implement "--client-pid" option which can forcibly set the pid value in messages to a predefined value Signed-off-by: Csaba Henk Signed-off-by: Anand V. Avati BUG: 2310 (georeplication) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2310 --- xlators/mount/fuse/src/fuse-bridge.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/mount/fuse/src/fuse-bridge.h') diff --git a/xlators/mount/fuse/src/fuse-bridge.h b/xlators/mount/fuse/src/fuse-bridge.h index 28b76d46ed2..c51733fcb72 100644 --- a/xlators/mount/fuse/src/fuse-bridge.h +++ b/xlators/mount/fuse/src/fuse-bridge.h @@ -105,6 +105,9 @@ struct fuse_private { glusterfs_graph_t *next_graph; xlator_t *active_subvol; + + pid_t client_pid; + gf_boolean_t client_pid_set; }; typedef struct fuse_private fuse_private_t; -- cgit