rlib
Convenience library for useful things
Loading...
Searching...
No Matches
RTimeoutCBList Struct Reference

Ordered list of RToCB entries keyed by deadline. More...

#include <rlib/data/rtimeoutcblist.h>

Data Fields

RToCBhead
 
RToCBtail
 
rsize size
 

Detailed Description

Ordered list of RToCB entries keyed by deadline.

Insertion keeps the list sorted by ascending ts so the head always carries the soonest deadline.

Field Documentation

◆ head

RToCB* RTimeoutCBList::head

Earliest-deadline entry.

◆ size

rsize RTimeoutCBList::size

Number of pending callbacks.

◆ tail

RToCB* RTimeoutCBList::tail

Latest-deadline entry.


The documentation for this struct was generated from the following file: