]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
trunk: Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Mar 2020 14:37:28 +0000 (08:37 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Mar 2020 16:07:03 +0000 (10:07 -0600)
src/lib/server/trunk.c

index 1ad7e84c66463fe12107402647fef4639cfc6187..b510e4980a0b5b041fcd42a16915368fd569f3d7 100644 (file)
@@ -319,6 +319,9 @@ do { \
                                fr_table_str_by_value(fr_trunk_connection_states, _new, "<INVALID>"))) 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)