ReactOS 0.4.15-dev-7934-g1dc8d80
timer_list Struct Reference

#include <module.h>

Collaboration diagram for timer_list:

Public Attributes

struct list_head entry
 
unsigned long expires
 
void(* function )(unsigned long)
 
unsigned long data
 
struct list_head list
 

Detailed Description

Definition at line 529 of file module.h.

Member Data Documentation

◆ data

unsigned long timer_list::data

Definition at line 534 of file module.h.

◆ entry

struct list_head timer_list::entry

Definition at line 530 of file module.h.

◆ expires

unsigned long timer_list::expires

Definition at line 531 of file module.h.

◆ function

void(* timer_list::function)(unsigned long)

Definition at line 533 of file module.h.

◆ list

struct list_head timer_list::list

Definition at line 1729 of file linux.h.


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