diff options
Diffstat (limited to 'src/core/iomgr/timer.h')
-rw-r--r-- | src/core/iomgr/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/timer.h b/src/core/iomgr/timer.h index 9abe58133d..720c9d5ab9 100644 --- a/src/core/iomgr/timer.h +++ b/src/core/iomgr/timer.h @@ -41,7 +41,7 @@ typedef struct grpc_timer { gpr_timespec deadline; - gpr_uint32 heap_index; /* INVALID_HEAP_INDEX if not in heap */ + uint32_t heap_index; /* INVALID_HEAP_INDEX if not in heap */ int triggered; struct grpc_timer *next; struct grpc_timer *prev; |