]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
No reason to add 'da' as part of the cursor struct
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 31 Jul 2025 04:21:47 +0000 (21:21 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 31 Jul 2025 04:45:24 +0000 (21:45 -0700)
src/lib/util/value.h

index cab2b355f59797708c38d2d69e268b68349bead5..7f25f2d35228447ec198e1c3208703584fe87f45 100644 (file)
@@ -114,7 +114,6 @@ typedef union {
        struct {
                void                    * _CONST cursor;                //!< cursors
                char const              * _CONST name;                  //!< name of the current cursor
-               fr_dict_attr_t const    * _CONST da;                    //!< dictionary reference
        };
 
        /*
@@ -149,6 +148,8 @@ typedef union {
        size_t                                  size;                   //!< System specific file/memory size.
        fr_time_delta_t                         time_delta;             //!< a delta time in nanoseconds
 
+       fr_dict_attr_t const    * _CONST        da;                     //!< dictionary reference
+
        fr_value_box_list_t                     children;               //!< for groups
 } fr_value_box_datum_t;