aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/transport_impl.h
diff options
context:
space:
mode:
authorGravatar Hongwei Wang <hongweiw@google.com>2015-07-27 16:46:30 -0700
committerGravatar Hongwei Wang <hongweiw@google.com>2015-07-27 16:46:30 -0700
commite3f12a91faacf2f6eb6a624440a3e37149c000b4 (patch)
tree10d0c162828e141f2027ebe473f2ef5580cb7715 /src/core/transport/transport_impl.h
parent6e732ea17f684a58773d3489074763d44d1813af (diff)
parent0ff8e0514adbd99f73724299c166b3e54ec29bfe (diff)
Merge branch 'iomgr-refcounting' of https://github.com/nicolasnoble/grpc into zookeeper
Diffstat (limited to 'src/core/transport/transport_impl.h')
-rw-r--r--src/core/transport/transport_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/transport/transport_impl.h b/src/core/transport/transport_impl.h
index 515721dfb6..d3bbdf6c27 100644
--- a/src/core/transport/transport_impl.h
+++ b/src/core/transport/transport_impl.h
@@ -58,6 +58,9 @@ typedef struct grpc_transport_vtable {
/* implementation of grpc_transport_destroy */
void (*destroy)(grpc_transport *self);
+
+ /* implementation of grpc_transport_get_peer */
+ char *(*get_peer)(grpc_transport *self);
} grpc_transport_vtable;
/* an instance of a grpc transport */