|
GRPC Core
9.0.0
|
#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) |
| Ping the channels peer (load balanced channels will select one sub-channel to ping); if the channel is not connected, posts a failed. More... | |
| void grpc_channel_ping | ( | grpc_channel * | channel, |
| grpc_completion_queue * | cq, | ||
| void * | tag, | ||
| void * | reserved | ||
| ) |
Ping the channels peer (load balanced channels will select one sub-channel to ping); if the channel is not connected, posts a failed.