From 77271e9c1efab628d00bc66803be923f451c0bfa Mon Sep 17 00:00:00 2001 From: Poornima G Date: Tue, 10 Oct 2017 14:45:03 +0530 Subject: gfproxyd: Let glusterd manage gfproxy daemon Updates: #242 BUG: 1428063 Change-Id: Iaaf2edf99b2ecc75f6d30762c752a6d445c1c826 Signed-off-by: Poornima G --- 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 2dfef64c975..52718161c24 100644 --- a/xlators/mount/fuse/src/fuse-bridge.h +++ b/xlators/mount/fuse/src/fuse-bridge.h @@ -140,6 +140,9 @@ struct fuse_private { /* whether to run the unmount daemon */ gf_boolean_t auto_unmount; + + /* Load the thin volfile, and connect to gfproxyd*/ + gf_boolean_t thin_client; }; typedef struct fuse_private fuse_private_t; -- cgit