diff options
Diffstat (limited to 'geo-replication/syncdaemon/syncdutils.py')
-rw-r--r-- | geo-replication/syncdaemon/syncdutils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/syncdutils.py b/geo-replication/syncdaemon/syncdutils.py index 65daeb0fe7c..9eda6044472 100644 --- a/geo-replication/syncdaemon/syncdutils.py +++ b/geo-replication/syncdaemon/syncdutils.py @@ -47,6 +47,9 @@ except ImportError: _CL_AUX_GFID_PFX = ".gfid/" GF_OP_RETRIES = 20 +CHANGELOG_AGENT_SERVER_VERSION = 1.0 +CHANGELOG_AGENT_CLIENT_VERSION = 1.0 + def escape(s): """the chosen flavor of string escaping, used all over |