ReactOS 0.4.15-dev-7958-gcd0bb1a
timeout Struct Reference

#include <dhcpd.h>

Collaboration diagram for timeout:

Public Attributes

struct timeoutnext
 
time_t when
 
void(* func )(void *)
 
voidwhat
 

Detailed Description

Definition at line 245 of file dhcpd.h.

Member Data Documentation

◆ func

void(* timeout::func) (void *)

Definition at line 248 of file dhcpd.h.

◆ next

struct timeout* timeout::next

Definition at line 246 of file dhcpd.h.

◆ what

void* timeout::what

Definition at line 249 of file dhcpd.h.

Referenced by add_timeout(), and cancel_timeout().

◆ when

time_t timeout::when

Definition at line 247 of file dhcpd.h.

Referenced by add_timeout().


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