#include <grpc/support/port_platform.h>
#include <grpc/census.h>
#include <grpc/grpc.h>
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/channel/context.h"
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/surface/api_trace.h"
#include "src/core/lib/surface/call.h"
Go to the source code of this file.
Functions | |
census_context * | grpc_census_call_get_context (grpc_call *call) |
void | grpc_census_call_set_context (grpc_call *call, census_context *context) |
census_context* grpc_census_call_get_context | ( | grpc_call * | call | ) |
Retrieve the calls current census context.
Definition at line 38 of file grpc_context.cc.
void grpc_census_call_set_context | ( | grpc_call * | call, |
struct census_context * | context | ||
) |
Set census context for a call; Must be called before first call to grpc_call_start_batch().
Definition at line 30 of file grpc_context.cc.