]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorAlan T. DeKok <aland@freeradius.org>
Thu, 21 Sep 2017 18:28:41 +0000 (14:28 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 21 Sep 2017 18:28:41 +0000 (14:28 -0400)
src/lib/util/event.c

index ca602896833619a8fa7d6401eba64d931bccbe01..2f3614d4ea5be02c91894979417b60b4c5ae4c6b 100644 (file)
@@ -331,6 +331,7 @@ int fr_event_fd_delete(fr_event_list_t *el, int fd)
  * @param[in] fd       to read from.
  * @param[in] read_fn  function to call when fd is readable.
  * @param[in] write_fn function to call when fd is writable.
+ * @param[in] vnode_fn function to call when the underlying file is extended.
  * @param[in] error    function to call when an error occurs on the fd.
  * @param[in] uctx     to pass to handler.
  * @return