]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
rearrange so #fr_socket_t is the first element
authorAlan T. DeKok <aland@freeradius.org>
Sun, 25 Feb 2024 12:40:29 +0000 (07:40 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 28 Feb 2024 15:23:59 +0000 (10:23 -0500)
src/lib/bio/fd.h

index dd52570b76bdb1ef869b68d305819427c14a1749..aee79b7944e45e796e736f9357cf984af31e624c 100644 (file)
@@ -46,8 +46,8 @@ RCSIDH(lib_bio_fd_h, "$Id$")
  *     isn't used.  The caller can look at the socket information to determine src/dst ip/port.
  */
 typedef struct {
-       fr_time_t       when;           //!< when the packet was received
        fr_socket_t     socket;         //!< socket information, including FD.
+       fr_time_t       when;           //!< when the packet was received
 } fr_bio_fd_packet_ctx_t;
 
 typedef enum {