GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include <grpc/census.h>
#include <grpc/grpc.h>
#include "src/core/lib/surface/api_trace.h"
#include "src/core/lib/surface/call.h"
Functions | |
void | grpc_census_call_set_context (grpc_call *call, census_context *context) |
Set census context for a call; Must be called before first call to grpc_call_start_batch(). More... | |
census_context * | grpc_census_call_get_context (grpc_call *call) |
Retrieve the calls current census context. More... | |
census_context* grpc_census_call_get_context | ( | grpc_call * | call | ) |
Retrieve the calls current census context.
void grpc_census_call_set_context | ( | grpc_call * | call, |
census_context * | context | ||
) |
Set census context for a call; Must be called before first call to grpc_call_start_batch().