From: Ralph Ronnquist Date: Thu, 10 Nov 2022 12:31:13 +0000 (+1100) Subject: reorder Remote fields X-Git-Tag: 1.6.1~5 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=b298d167067a38cd2cdc863d4e0052de2a2701c0;p=rrq%2Frrqnet.git reorder Remote fields --- diff --git a/rrqnet.c b/rrqnet.c index 2bf5e39..739eff6 100644 --- a/rrqnet.c +++ b/rrqnet.c @@ -66,9 +66,9 @@ struct Allowed { // Details of actualized connections. struct Remote { struct SockAddr uaddr; // The remote IP address + struct SockAddr laddr; // The local IP address struct Allowed *spec; // Rule being instantiated struct timeval rec_when; // Last received packet time, in seconds - struct SockAddr laddr; // The local IP address }; // Details of an interface at a remote.