diff options
Diffstat (limited to 'geo-replication/syncdaemon/rconf.py')
| -rw-r--r-- | geo-replication/syncdaemon/rconf.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/rconf.py b/geo-replication/syncdaemon/rconf.py index 1b8f333c0c8..ccac62c63a8 100644 --- a/geo-replication/syncdaemon/rconf.py +++ b/geo-replication/syncdaemon/rconf.py @@ -30,5 +30,8 @@ class RConf(object):      mgmt_lock_fd = None      args = None      turns = 0 +    mountbroker = False +    mount_point = None +    mbr_umount_cmd = []  rconf = RConf()  | 
