]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
test_point: Add missing field
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Apr 2020 16:12:03 +0000 (10:12 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Apr 2020 16:12:03 +0000 (10:12 -0600)
src/lib/io/test_point.h

index 7abf81b80ff2c5a9503544d0a3de532e9d6c5722..0ba11688e3281b0b1142a95126046570e58c2bd5 100644 (file)
@@ -14,6 +14,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
+#include <freeradius-devel/util/cursor.h>
 #include "proto.h"
 #include "pair.h"
 
@@ -87,4 +88,6 @@ typedef struct {
 typedef struct {
        fr_test_point_ctx_alloc_t       test_ctx;       //!< Allocate a test ctx for the encoder.
        fr_pair_encode_t                func;           //!< Encoder for pairs.
+       fr_cursor_iter_t                next_encodable; //!< Iterator to use to select attributes
+                                                       ///< to encode.
 } fr_test_point_pair_encode_t;