|
| uint64_t | deadline_ns |
| | Absolute CLOCK_MONOTONIC deadline.
|
| size_t | channel |
| | Channel the completion is posted to.
|
| void * | fiber_data |
| | Round tripped to the waiting fiber.
|
Definition at line 252 of file reactor.c.
◆ channel
| size_t srn_timer_t::channel |
Channel the completion is posted to.
Definition at line 256 of file reactor.c.
◆ deadline_ns
| uint64_t srn_timer_t::deadline_ns |
Absolute CLOCK_MONOTONIC deadline.
Definition at line 254 of file reactor.c.
◆ fiber_data
| void* srn_timer_t::fiber_data |
Round tripped to the waiting fiber.
Definition at line 258 of file reactor.c.
The documentation for this struct was generated from the following file: