FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
igmp_timer_t_ Struct Reference

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...
 

Detailed Description

Timer.

Definition at line 37 of file igmp_timer.c.

Field Documentation

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.


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