GRPC Core  9.0.0
Namespaces | Functions | Variables
handshaker.cc File Reference
#include <grpc/support/port_platform.h>
#include <string.h>
#include <grpc/impl/codegen/slice.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/channel/handshaker.h"
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/iomgr/timer.h"
#include "src/core/lib/slice/slice_internal.h"

Namespaces

 grpc_core
 Round Robin Policy.
 

Functions

void grpc_handshake_manager_add (grpc_handshake_manager *mgr, grpc_handshaker *handshaker)
 

Variables

TraceFlag grpc_core::grpc_handshaker_trace (false, "handshaker")
 

Function Documentation

◆ grpc_handshake_manager_add()

void grpc_handshake_manager_add ( grpc_handshake_manager mgr,
grpc_handshaker handshaker 
)