aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/backoff/backoff.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-21 09:43:27 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-21 09:43:27 -0700
commit8070e361bd2c773aa8a12cea8cf34fd7aff7c293 (patch)
tree3ea86f33ff167ff7f23d1efe9d7a25a86b60516b /src/core/lib/backoff/backoff.h
parentde682c59cba06c0f5ce14046b4c8138cb28dc3f1 (diff)
Fix type
Diffstat (limited to 'src/core/lib/backoff/backoff.h')
-rw-r--r--src/core/lib/backoff/backoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/backoff/backoff.h b/src/core/lib/backoff/backoff.h
index c0798bbe5b..32efdb9d92 100644
--- a/src/core/lib/backoff/backoff.h
+++ b/src/core/lib/backoff/backoff.h
@@ -37,7 +37,7 @@ typedef struct {
uint32_t rng_state;
/// current retry timeout in milliseconds
- int64_t current_timeout_millis;
+ grpc_millis current_timeout_millis;
} grpc_backoff;
/// Initialize backoff machinery - does not need to be destroyed