Commit 2a4d3a20 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

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

This patch replaces "LARGE_INTEGER" with "u64"
in HostMIBSInterface.h
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86d82c90
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment