From: Arran Cudbard-Bell Date: Wed, 25 Mar 2020 14:37:28 +0000 (-0600) Subject: trunk: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d299f90b66c4372eda15a4db39b8147f2d65d7f2;p=thirdparty%2Ffreeradius-server.git trunk: Doxygen --- diff --git a/src/lib/server/trunk.c b/src/lib/server/trunk.c index 1ad7e84c664..b510e4980a0 100644 --- a/src/lib/server/trunk.c +++ b/src/lib/server/trunk.c @@ -319,6 +319,9 @@ do { \ fr_table_str_by_value(fr_trunk_connection_states, _new, ""))) return; \ } while (0) +/** Record a request state transition and log appropriate output + * + */ #define REQUEST_STATE_TRANSITION(_new) \ do { \ DEBUG4("Trunk request %" PRIu64 " changed state %s -> %s", \ @@ -3186,6 +3189,7 @@ bool fr_trunk_connection_in_state(fr_trunk_connection_t *tconn, int state) /** Close connections in a particular connection list if they have no requests associated with them * + * @param[in] trunk containing connections we want to close. * @param[in] head of list of connections to examine. */ static void trunk_connection_close_if_empty(fr_trunk_t *trunk, fr_dlist_head_t *head)