//!< information, and other proto_* specific information
//!< that needs to be passed to the request.
- fr_io_t *io; //!< for tracking packet transport, etc.
+ fr_io_t const *io; //!< for tracking packet transport, etc.
} fr_channel_data_t;
fr_channel_t *fr_channel_create(TALLOC_CTX *ctx, fr_control_t *master, fr_control_t *worker) CC_HINT(nonnull);
fr_channel_t *channel;
uint32_t priority;
- fr_io_t *io; //!< How we received this request,
+ fr_io_t const *io; //!< How we received this request,
//!< and how we'll send the reply.
};
#endif