Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
660 B

/*
Copyright (c) 1998, Microsoft Corporation, all rights reserved
Description:
History:
*/
#ifndef _TIMER__H_
#define _TIMER__H_
#include "rasiphlp_.h"
#include <nturtl.h>
#include "helper.h"
#include "timer.h"
extern CRITICAL_SECTION RasTimrCriticalSection;
#define TIMER_PERIOD 30*1000 // 30 sec (in milliseconds)
HANDLE RasDhcpTimerQueueHandle = NULL;
HANDLE RasDhcpTimerHandle = NULL;
TIMERLIST* RasDhcpTimerListHead = NULL;
HANDLE RasDhcpTimerShutdown = NULL;
time_t RasDhcpTimerPrevTime = 0;
#endif // #ifndef _TIMER__H_