]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
s/fr_cursor/fr_dcursor/ in lib/io/test_point.h
authorNick Porter <nick@portercomputing.co.uk>
Wed, 6 Jan 2021 13:59:37 +0000 (13:59 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 21 Jan 2021 23:05:49 +0000 (23:05 +0000)
src/lib/io/test_point.h

index bc7959615f79fe802fa0bb9fff34a585779f4a02..6eae9fb7e5bd5100be1685bbe7e0ab199da34cd0 100644 (file)
@@ -91,7 +91,7 @@ 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
+       fr_dcursor_iter_t               next_encodable; //!< Iterator to use to select attributes
                                                        ///< to encode.
        fr_cursor_eval_t                eval;           //!< Evaluation function to filter
                                                        ///< attributes to encode.