diff options
author | Mark D. Roth <roth@google.com> | 2016-07-14 13:45:05 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-07-14 13:45:05 -0700 |
commit | dba5d2708c6d59a73b65d378440dc64b3af2b873 (patch) | |
tree | 255d080de4845d665cdccca9e3c91e6c541c95b1 /src/core/lib | |
parent | 7c2a58c107d9c64ed27642a916d60e1776788f0e (diff) |
Use handshake_manager API in client and server.
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/channel/handshaker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/channel/handshaker.h b/src/core/lib/channel/handshaker.h index 8cb6fdbc80..9d084f0717 100644 --- a/src/core/lib/channel/handshaker.h +++ b/src/core/lib/channel/handshaker.h @@ -40,6 +40,8 @@ #include "src/core/lib/iomgr/endpoint.h" #include "src/core/lib/iomgr/exec_ctx.h" +// FIXME: high-level documentation + // // grpc_handshaker -- API for initial handshaking for a new connection // |