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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/lib/backoff/backoff.h b/src/core/lib/backoff/backoff.h
index cc2a9914ec..3e5241c226 100644
--- a/src/core/lib/backoff/backoff.h
+++ b/src/core/lib/backoff/backoff.h
@@ -98,8 +98,7 @@ class Backoff {
const Options options_;
/// current delay before retries
grpc_millis current_backoff_;
-
- unsigned int seed;
+ uint32_t rng_state_;
};
} // namespace grpc_core