GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>
#include <string.h>
#include "absl/strings/str_format.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") |
void grpc_handshake_manager_add | ( | grpc_handshake_manager * | mgr, |
grpc_handshaker * | handshaker | ||
) |