#include <grpc/support/port_platform.h>#include "src/core/lib/transport/handshaker.h"#include <inttypes.h>#include <string>#include <utility>#include "absl/strings/str_format.h"#include <grpc/slice_buffer.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/debug/trace.h"#include "src/core/lib/gprpp/debug_location.h"#include "src/core/lib/iomgr/exec_ctx.h"#include "src/core/lib/iomgr/timer.h"#include "src/core/lib/slice/slice_internal.h"
Go to the source code of this file.
Namespaces | |
| grpc_core | |
Functions | |
| void | grpc_handshake_manager_add (grpc_handshake_manager *mgr, grpc_handshaker *handshaker) |
Variables | |
| TraceFlag | grpc_core::grpc_handshaker_trace (false, "handshaker") |
| void grpc_handshake_manager_add | ( | grpc_handshake_manager * | mgr, |
| grpc_handshaker * | handshaker | ||
| ) |
Definition at line 221 of file src/core/lib/transport/handshaker.cc.