OpenSDN source code
task_timer_ Struct Reference

#include <task_timer_api.h>

Collaboration diagram for task_timer_:

Public Attributes

tasktp
 
void * agent_timer_map
 
timer_callback callback
 
int timeout
 
boolean oneshot
 
void * tdata
 
boolean rescheduled
 
task_thread deleted_entry
 

Detailed Description

Definition at line 21 of file task_timer_api.h.

Member Data Documentation

◆ agent_timer_map

void* task_timer_::agent_timer_map

Definition at line 23 of file task_timer_api.h.

◆ callback

timer_callback task_timer_::callback

Definition at line 24 of file task_timer_api.h.

◆ deleted_entry

task_thread task_timer_::deleted_entry

Definition at line 29 of file task_timer_api.h.

◆ oneshot

boolean task_timer_::oneshot

Definition at line 26 of file task_timer_api.h.

◆ rescheduled

boolean task_timer_::rescheduled

Definition at line 28 of file task_timer_api.h.

◆ tdata

void* task_timer_::tdata

Definition at line 27 of file task_timer_api.h.

◆ timeout

int task_timer_::timeout

Definition at line 25 of file task_timer_api.h.

◆ tp

task* task_timer_::tp

Definition at line 22 of file task_timer_api.h.


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