aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/grpc_types.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-01-31 20:33:03 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2018-01-31 20:33:03 -0800
commitf25126cffb3338249445ab96dded66ff70f0e289 (patch)
tree1b66f09083dfcd3362b2a58dd8845e8bcfe1cbed /include/grpc/impl/codegen/grpc_types.h
parentaf7afbd4a12de16dda4f34db2a4d5ae8d3059091 (diff)
PR comments
Diffstat (limited to 'include/grpc/impl/codegen/grpc_types.h')
-rw-r--r--include/grpc/impl/codegen/grpc_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h
index a303ed15ae..d64b23f332 100644
--- a/include/grpc/impl/codegen/grpc_types.h
+++ b/include/grpc/impl/codegen/grpc_types.h
@@ -241,7 +241,7 @@ typedef struct {
"grpc.initial_reconnect_backoff_ms"
/** Minimum amount of time between DNS resolutions, in ms */
#define GRPC_ARG_DNS_MIN_TIME_BETWEEN_RESOLUTIONS_MS \
- "grpc.dns_min_resolution_period_ms"
+ "grpc.dns_min_time_between_resolutions_ms"
/** The timeout used on servers for finishing handshaking on an incoming
connection. Defaults to 120 seconds. */
#define GRPC_ARG_SERVER_HANDSHAKE_TIMEOUT_MS "grpc.server_handshake_timeout_ms"