summaryrefslogtreecommitdiff
path: root/src/swarmkv_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/swarmkv_common.h')
-rw-r--r--src/swarmkv_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/swarmkv_common.h b/src/swarmkv_common.h
index a775124..f0fbc6c 100644
--- a/src/swarmkv_common.h
+++ b/src/swarmkv_common.h
@@ -66,6 +66,8 @@ struct swarmkv_options
unsigned int consul_port;
unsigned int cluster_timeout_us;
unsigned int sync_interval_us;
+ unsigned int sync_retry_time_ms;
+ unsigned int sync_retry_interval_ms;
struct log_handle *logger;
int loglevel;
const char *logpath;