diff options
Diffstat (limited to 'geo-replication/syncdaemon/changelogagent.py')
| -rw-r--r-- | geo-replication/syncdaemon/changelogagent.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/changelogagent.py b/geo-replication/syncdaemon/changelogagent.py index 54d82cefcd2..ad5f69cfb23 100644 --- a/geo-replication/syncdaemon/changelogagent.py +++ b/geo-replication/syncdaemon/changelogagent.py @@ -34,6 +34,9 @@ class Changelog(object):      def version(self):          return CHANGELOG_AGENT_SERVER_VERSION +    def init(self): +        return Changes.cl_init() +      def register(self, cl_brick, cl_dir, cl_log, cl_level, retries=0):          return Changes.cl_register(cl_brick, cl_dir, cl_log, cl_level, retries)  | 
