GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/surface/channel.h"
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/surface/api_trace.h"
#include "src/core/lib/surface/completion_queue.h"
Data Structures | |
struct | ping_result |
Functions | |
void | grpc_channel_ping (grpc_channel *channel, grpc_completion_queue *cq, void *tag, void *reserved) |
void grpc_channel_ping | ( | grpc_channel * | channel, |
grpc_completion_queue * | cq, | ||
void * | tag, | ||
void * | reserved | ||
) |