FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Timer. More...
Data Fields | |
f64 | exp_time |
Expiration timer. More... | |
igmp_timer_function_t | func |
Call-back function to invoke on expiry. More... | |
u32 | obj |
index of the object that scheduled the timer More... | |
void * | data |
Data registered by the client and passed back when the timer expires. More... | |
Timer.
Definition at line 37 of file igmp_timer.c.
void* igmp_timer_t_::data |
Data registered by the client and passed back when the timer expires.
Definition at line 49 of file igmp_timer.c.
f64 igmp_timer_t_::exp_time |
Expiration timer.
Definition at line 40 of file igmp_timer.c.
igmp_timer_function_t igmp_timer_t_::func |
Call-back function to invoke on expiry.
Definition at line 43 of file igmp_timer.c.
u32 igmp_timer_t_::obj |
index of the object that scheduled the timer
Definition at line 46 of file igmp_timer.c.