From 74974a631d803db09c4038ec5e63bcab348c8ceb Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Sat, 14 Feb 2004 21:38:40 +0000 Subject: [PATCH] Mistaken offset for dest. svn path=/trunk/; revision=8174 --- reactos/include/net/tdiinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/net/tdiinfo.h b/reactos/include/net/tdiinfo.h index a525a4efdbe..c9e4ac040ba 100644 --- a/reactos/include/net/tdiinfo.h +++ b/reactos/include/net/tdiinfo.h @@ -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;