aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-12-07 12:01:16 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-12-07 12:01:16 -0800
commit12192bed323cacc5e59a5fca89da2a1ec66816a5 (patch)
treeef1c724954e41e4792257208854ab3095793f2bc /src/core/ext
parent87b1c3ce56363a557f2874ab94b8af516e8ae532 (diff)
reviewer feedback
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/filters/client_channel/connector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/connector.h b/src/core/ext/filters/client_channel/connector.h
index a5ef9bc255..ea34dcdab5 100644
--- a/src/core/ext/filters/client_channel/connector.h
+++ b/src/core/ext/filters/client_channel/connector.h
@@ -22,7 +22,6 @@
#include <grpc/support/port_platform.h>
#include "src/core/lib/channel/channel_stack.h"
-#include "src/core/lib/channel/channelz.h"
#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/transport/transport.h"
@@ -49,7 +48,7 @@ typedef struct {
/** channel arguments (to be passed to the filters) */
grpc_channel_args* channel_args;
- /** socket node of the connected transport. 0 if not availible */
+ /** socket uuid of the connected transport. 0 if not available */
intptr_t socket_uuid;
} grpc_connect_out_args;