]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
need this, too
authorAlan T. DeKok <aland@freeradius.org>
Mon, 9 Dec 2019 18:14:32 +0000 (13:14 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 9 Dec 2019 18:14:32 +0000 (13:14 -0500)
src/lib/io/master.h

index 6622ccc5aa000ceef8c34e9494ece086f3fa5f14..d3772dc625b6a7738bac88054da6a35e06e77b63 100644 (file)
@@ -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