]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs
authorNick Porter <nick@portercomputing.co.uk>
Thu, 24 Nov 2022 17:31:37 +0000 (17:31 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 29 Nov 2022 12:22:33 +0000 (12:22 +0000)
src/lib/unlang/xlat_inst.c

index 1b9ab3918ac29daad8ccc0d55e5c8248fd3fa2d8..d44cd4208c73db8b62eee20eb0893326855030ae 100644 (file)
@@ -253,7 +253,7 @@ static xlat_inst_t *xlat_inst_alloc(xlat_exp_t *node)
  * @note Epehemeral xlats must not be shared between requests.
  *
  * @param[in] node     to create "ephemeral" instance data for.
- * @param[in] uctx     UNUSED.
+ * @param[in] uctx     event list passed to xlat thread instantiation functions.
  * @return
  *     - 0 if instantiation functions were successful.
  *     - -1 if either instantiation function failed.