summaryrefslogtreecommitdiff
path: root/lib/sync.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sync.rb')
-rw-r--r--lib/sync.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/sync.rb b/lib/sync.rb
index 566cfbfb2d..93474e1caa 100644
--- a/lib/sync.rb
+++ b/lib/sync.rb
@@ -232,13 +232,13 @@ module Sync_m
end
end
- attr :sync_mode, true
+ attr_accessor :sync_mode
- attr :sync_waiting, true
- attr :sync_upgrade_waiting, true
- attr :sync_sh_locker, true
- attr :sync_ex_locker, true
- attr :sync_ex_count, true
+ attr_accessor :sync_waiting
+ attr_accessor :sync_upgrade_waiting
+ attr_accessor :sync_sh_locker
+ attr_accessor :sync_ex_locker
+ attr_accessor :sync_ex_count
private