Skip to content

Commit

Permalink
keep doxygen happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed Mar 9, 2020
1 parent 5129e1f commit 6667b19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modules/rlm_radius/rlm_radius_udp.c
Expand Up @@ -687,7 +687,7 @@ static int _udp_handle_free(udp_handle_t *h)
*
* @param[out] h_out Where to write the new file descriptor.
* @param[in] conn to initialise.
* @param[in] uctx A #udp_connection_t
* @param[in] uctx A #udp_thread_t
*/
static fr_connection_state_t conn_init(void **h_out, fr_connection_t *conn, void *uctx)
{
Expand Down Expand Up @@ -1085,6 +1085,9 @@ static int8_t request_prioritise(void const *one, void const *two)
* @param[in] ctx to allocate pairs in.
* @param[out] reply Pointer to head of pair list to add reply attributes to.
* @param[out] response_code The type of response packet.
* @param[in] h connection handle.
* @param[in] request the request.
* @param[in] u UDP request.
* @param[in] request_authenticator from the original request.
* @param[in] data to decode.
* @param[in] data_len Length of input data.
Expand Down

0 comments on commit 6667b19

Please sign in to comment.