]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorAlan T. DeKok <aland@freeradius.org>
Thu, 8 Dec 2016 14:00:31 +0000 (09:00 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 8 Dec 2016 14:00:31 +0000 (09:00 -0500)
src/util/channel.c

index a6f1fbee99f2eb7ba2e71fde5849fd98328cfaf8..b458a03ab3e570f634a34f973e26418233302f5f 100644 (file)
@@ -153,7 +153,9 @@ static int fr_channel_kevent_signal(int kq, fr_channel_control_t *cc)
  *
  * @param[in] ctx the talloc_ctx for the channel
  * @param[in] kq_master the KQ of the master
+ * @param[in] aq_master the atomic of the master, where control data will be sent
  * @param[in] kq_worker the KQ of the worker
+ * @param[in] aq_worker the atomic of the worker, where control data will be sent
  * @return
  *     - NULL on error
  *     - channel on success