28 lines
353 B
C++
28 lines
353 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 2000 Microsoft Corporation
|
||
|
|
||
|
globals.cpp
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
PPP globals.
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
07-11-00 vadimg created
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include "precomp.h"
|
||
|
|
||
|
PPP_INFO gInfo;
|
||
|
PPP_CP_INFO gCpTable[NUM_CP];
|
||
|
LCP_INFO gLcp;
|
||
|
READ_QUEUE gQueue;
|
||
|
PPP_TIMER gTimer;
|
||
|
FRAMING_INFO gFraming;
|
||
|
AP_INFO gAp;
|
||
|
IP_INFO gIp;
|
||
|
|