aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/tcp_client.h')
-rw-r--r--src/core/iomgr/tcp_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/iomgr/tcp_client.h b/src/core/iomgr/tcp_client.h
index 12296bd55b..57f80016c2 100644
--- a/src/core/iomgr/tcp_client.h
+++ b/src/core/iomgr/tcp_client.h
@@ -46,6 +46,7 @@
in this connection being established (in order to continue their work) */
void grpc_tcp_client_connect(void (*cb)(void *arg, grpc_endpoint *tcp),
void *arg, grpc_pollset_set *interested_parties,
+ grpc_workqueue *workqueue,
const struct sockaddr *addr, size_t addr_len,
gpr_timespec deadline);