ReactOS 0.4.16-dev-838-g27bb510
|
#include <dhcpd.h>
Public Attributes | |
struct timeout * | next |
time_t | when |
void(* | func )(void *) |
void * | what |
void* timeout::what |
Definition at line 249 of file dhcpd.h.
Referenced by add_timeout(), and cancel_timeout().
time_t timeout::when |
Definition at line 247 of file dhcpd.h.
Referenced by add_timeout().