Function event_heap_peek¶
Defined in File event.h
Function Documentation¶
-
static inline const event_t *event_heap_peek(const event_heap_t *heap)¶
Peeks at the top event in the event heap without removing it.
- Parameters:
heap –
- Returns:
const event_t*