diff options
author | Csaba Henk <csaba@gluster.com> | 2011-01-27 05:23:32 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-01-27 03:17:03 -0800 |
commit | 482d77b85d84bf5c2b48e4717f8d186967e42e63 (patch) | |
tree | 26464428f8bbb777a3c45e838214e3e0914f1c5a /libglusterfs/src/glusterfs.h | |
parent | a2a92b99fc031544ff8a87861d34b2bbbdd2753c (diff) |
implement "--client-pid" option which can forcibly set the pid value in messages to a predefined value
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2310 (georeplication)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2310
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 2acd3d9d589..a995d4ebffb 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -270,6 +270,8 @@ struct _cmd_args { int fuse_nodev; int fuse_nosuid; char *dump_fuse; + pid_t client_pid; + int client_pid_set; /* key args */ char *mount_point; |