#include <grpc/support/port_platform.h>
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/debug/trace.h"
Go to the source code of this file.
Functions | |
grpc_channel * | grpc_inproc_channel_create (grpc_server *server, const grpc_channel_args *args, void *reserved) |
Variables | |
grpc_core::TraceFlag | grpc_inproc_trace |
grpc_channel* grpc_inproc_channel_create | ( | grpc_server * | server, |
const grpc_channel_args * | args, | ||
void * | reserved | ||
) |
Definition at line 1247 of file inproc_transport.cc.
grpc_core::TraceFlag grpc_inproc_trace |