GRPC Core  9.0.0
Functions | Variables
inproc_transport.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/transport/transport_impl.h"

Go to the source code of this file.

Functions

grpc_channelgrpc_inproc_channel_create (grpc_server *server, grpc_channel_args *args, void *reserved)
 
void grpc_inproc_transport_init (void)
 
void grpc_inproc_transport_shutdown (void)
 

Variables

grpc_core::TraceFlag grpc_inproc_trace
 

Function Documentation

◆ grpc_inproc_channel_create()

grpc_channel* grpc_inproc_channel_create ( grpc_server server,
grpc_channel_args args,
void *  reserved 
)

◆ grpc_inproc_transport_init()

void grpc_inproc_transport_init ( void  )

◆ grpc_inproc_transport_shutdown()

void grpc_inproc_transport_shutdown ( void  )

Variable Documentation

◆ grpc_inproc_trace

grpc_core::TraceFlag grpc_inproc_trace
extern