]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorAlan T. DeKok <aland@freeradius.org>
Fri, 25 Nov 2016 01:09:02 +0000 (20:09 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 25 Nov 2016 02:03:42 +0000 (21:03 -0500)
src/util/worker.c

index a32bf47c5935bd2e1d6a0b18868e00dbfea79153..6fce24bf0cb1e11946ff2eb2dd64a3cc9fd8dbdf 100644 (file)
@@ -624,9 +624,7 @@ fr_worker_t *fr_worker_create(TALLOC_CTX *ctx)
 
 /** The main worker function.
  *
- * @param[in] arg Something from the main server...
- * @return
- *     - NULL, there's nothing else to return.
+ * @param[in] worker the worker data structure to manage
  */
 void fr_worker(fr_worker_t *worker)
 {