aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/connector.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-07-17 14:23:46 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-07-17 14:23:46 -0700
commit565d4c1e8863202fcc1d2f0c7bf56cca206e4f88 (patch)
tree5b88f983735e59efe7b7d0a24e3f90d5d8afb62f /src/core/ext/filters/client_channel/connector.h
parentfa5c6215bec5be0830e429c3321cb2db355a49c0 (diff)
Progress
Diffstat (limited to 'src/core/ext/filters/client_channel/connector.h')
-rw-r--r--src/core/ext/filters/client_channel/connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/connector.h b/src/core/ext/filters/client_channel/connector.h
index 7f3d4a1cc0..bf79f261b0 100644
--- a/src/core/ext/filters/client_channel/connector.h
+++ b/src/core/ext/filters/client_channel/connector.h
@@ -34,7 +34,7 @@ typedef struct {
/** set of pollsets interested in this connection */
grpc_pollset_set *interested_parties;
/** deadline for connection */
- gpr_timespec deadline;
+ grpc_millis deadline;
/** channel arguments (to be passed to transport) */
const grpc_channel_args *channel_args;
} grpc_connect_in_args;