mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Mistaken offset for dest.
svn path=/trunk/; revision=8174
This commit is contained in:
parent
8c9fd64030
commit
74974a631d
1 changed files with 2 additions and 2 deletions
|
@ -198,10 +198,10 @@ typedef struct _IPSNMPInfo {
|
|||
// END ORIGINAL SOURCE INFORMATION --
|
||||
|
||||
typedef struct _IPRouteEntry {
|
||||
ULONG ire_addr;
|
||||
ULONG ire_dest;
|
||||
ULONG ire_index; //matches if_index in IFEntry and iae_index in IPAddrEntry
|
||||
ULONG ire_metric;
|
||||
ULONG ire_dest; //??
|
||||
ULONG ire_unk1; //??
|
||||
ULONG ire_unk2; //??
|
||||
ULONG ire_unk3; //??
|
||||
ULONG ire_gw;
|
||||
|
|
Loading…
Reference in a new issue