GRPC Core  9.0.0
Functions
backup_poller.h File Reference
#include <grpc/support/port_platform.h>
#include <grpc/grpc.h>
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/gprpp/global_config.h"

Go to the source code of this file.

Functions

 GPR_GLOBAL_CONFIG_DECLARE_INT32 (grpc_client_channel_backup_poll_interval_ms)
 
void grpc_client_channel_global_init_backup_polling ()
 
void grpc_client_channel_start_backup_polling (grpc_pollset_set *interested_parties)
 
void grpc_client_channel_stop_backup_polling (grpc_pollset_set *interested_parties)
 

Function Documentation

◆ GPR_GLOBAL_CONFIG_DECLARE_INT32()

GPR_GLOBAL_CONFIG_DECLARE_INT32 ( grpc_client_channel_backup_poll_interval_ms  )

◆ grpc_client_channel_global_init_backup_polling()

void grpc_client_channel_global_init_backup_polling ( )

◆ grpc_client_channel_start_backup_polling()

void grpc_client_channel_start_backup_polling ( grpc_pollset_set interested_parties)

◆ grpc_client_channel_stop_backup_polling()

void grpc_client_channel_stop_backup_polling ( grpc_pollset_set interested_parties)