aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-17 17:29:27 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-17 17:29:27 -0700
commit42b239f13f2b07b65d5aa1440ccb91ec19ef9c7c (patch)
treeed7b69c89ae7a2f7974c8d9065bc7f3db73b473e /src/core/channel
parentb6b3015a84a91fbece62d128a77fda7ff66fc2e1 (diff)
Docs
Diffstat (limited to 'src/core/channel')
-rw-r--r--src/core/channel/client_setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/channel/client_setup.c b/src/core/channel/client_setup.c
index d27645feca..4b55e066cb 100644
--- a/src/core/channel/client_setup.c
+++ b/src/core/channel/client_setup.c
@@ -56,6 +56,8 @@ struct grpc_client_setup {
gpr_cv cv;
grpc_client_setup_request *active_request;
int refs;
+ /** The set of pollsets that are currently interested in this
+ connection being established */
grpc_pollset_set interested_parties;
};
@@ -92,7 +94,6 @@ static void setup_initiate(grpc_transport_setup *sp) {
int in_alarm = 0;
r->setup = s;
- /* TODO(klempner): Actually set a deadline */
r->deadline = gpr_time_add(gpr_now(), gpr_time_from_seconds(60));
gpr_mu_lock(&s->mu);