From e36ca101817ed47e788f1f2801190718736e834e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 19 Sep 2018 08:49:34 +0200 Subject: mDNSResponder: Update to v567 The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-567.tar.gz Update #3522. --- mDNSResponder/mDNSPosix/mDNSPosix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mDNSResponder/mDNSPosix/mDNSPosix.h') 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; -- cgit v1.2.3