From: Alan T. DeKok Date: Mon, 9 Dec 2019 18:14:32 +0000 (-0500) Subject: need this, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea9795b89d139c8de28b04ae0d791afaa0d3db0;p=thirdparty%2Ffreeradius-server.git need this, too --- diff --git a/src/lib/io/master.h b/src/lib/io/master.h index 6622ccc5aa0..d3772dc625b 100644 --- a/src/lib/io/master.h +++ b/src/lib/io/master.h @@ -55,7 +55,11 @@ typedef struct { fr_time_t dynamic; //!< timestamp for packet doing dynamic client definition fr_io_address_t *address; //!< of this packet.. shared between multiple packets fr_io_client_t *client; //!< client handling this packet. - uint8_t packet[20]; //!< original request packet + + union { + uint8_t packet[20]; //!< original request packet + fr_dlist_t entry; + }; } fr_io_track_t; /** The master IO instance