dect
/
linux-2.6
Archived
13
0
Fork 0

Staging: bcm: Replace LARGE_INTEGER with u64 in HostMIBSInterface.h

This patch replaces "LARGE_INTEGER" with "u64"
in HostMIBSInterface.h

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kevin McKinney 2012-11-25 19:28:55 -05:00 committed by Greg Kroah-Hartman
parent 86d82c90b3
commit 2a4d3a20cd
1 changed files with 2 additions and 2 deletions

View File

@ -156,9 +156,9 @@ typedef struct _S_MIBS_SERVICEFLOW_TABLE {
unsigned int uiSentPackets;
unsigned int uiCurrentDrainRate;
unsigned int uiThisPeriodSentBytes;
LARGE_INTEGER liDrainCalculated;
u64 liDrainCalculated;
unsigned int uiCurrentTokenCount;
LARGE_INTEGER liLastUpdateTokenAt;
u64 liLastUpdateTokenAt;
unsigned int uiMaxAllowedRate;
unsigned int NumOfPacketsSent;
unsigned char ucDirection;