aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/reconnect_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/reconnect_server.h')
-rw-r--r--test/core/util/reconnect_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/util/reconnect_server.h b/test/core/util/reconnect_server.h
index e2e6a02461..ed02d49512 100644
--- a/test/core/util/reconnect_server.h
+++ b/test/core/util/reconnect_server.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -52,6 +52,7 @@ typedef struct reconnect_server {
timestamp_list *head;
timestamp_list *tail;
char *peer;
+ int max_reconnect_backoff_ms;
} reconnect_server;
void reconnect_server_init(reconnect_server *server);