#include <timer_heap.h>
Public Attributes | |
uint32_t | timer_capacity |
uint32_t | timer_count |
grpc_timer ** | timers |
Definition at line 26 of file iomgr/timer_heap.h.
uint32_t grpc_timer_heap::timer_capacity |
Definition at line 29 of file iomgr/timer_heap.h.
uint32_t grpc_timer_heap::timer_count |
Definition at line 28 of file iomgr/timer_heap.h.
grpc_timer** grpc_timer_heap::timers |
Definition at line 27 of file iomgr/timer_heap.h.