NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Minute scheduler. More...
#include <mintmr.h>
Data Fields | |
TscDuration | interval |
TscTime | nextTime |
MinTmrCb | cb |
uintptr_t | ctx |
uint32_t | lastSlot |
uint32_t | slotMask |
uint32_t | nSlots |
struct cds_list_head | slot [] |
Minute scheduler.
MinTmrCb MinSched::cb |
uintptr_t MinSched::ctx |
TscDuration MinSched::interval |
uint32_t MinSched::lastSlot |
TscTime MinSched::nextTime |
uint32_t MinSched::nSlots |
struct cds_list_head MinSched::slot[] |
uint32_t MinSched::slotMask |