summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSPosix/mDNSPosix.h
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/mDNSPosix/mDNSPosix.h')
-rwxr-xr-xmDNSResponder/mDNSPosix/mDNSPosix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mDNSResponder/mDNSPosix/mDNSPosix.h b/mDNSResponder/mDNSPosix/mDNSPosix.h
index f6dab9e9..9e16bb89 100755
--- a/mDNSResponder/mDNSPosix/mDNSPosix.h
+++ b/mDNSResponder/mDNSPosix/mDNSPosix.h
@@ -38,7 +38,8 @@ typedef struct PosixNetworkInterface PosixNetworkInterface;
struct PosixNetworkInterface
{
- NetworkInterfaceInfo coreIntf;
+ NetworkInterfaceInfo coreIntf; // MUST be the first element in this structure
+ mDNSs32 LastSeen;
const char * intfName;
PosixNetworkInterface * aliasIntf;
int index;