aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/backoff/backoff.h
diff options
context:
space:
mode:
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