]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update docs to match code
authorAlan T. DeKok <aland@freeradius.org>
Fri, 25 Nov 2022 20:51:07 +0000 (15:51 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 25 Nov 2022 20:51:07 +0000 (15:51 -0500)
src/lib/unlang/module.c

index 141cf1b140b81a04872faeb36d377291dd8191a2..bac24c9451985bbff59017a76ebe36db80dfd976 100644 (file)
@@ -439,7 +439,7 @@ int unlang_module_set_resume(request_t *request, unlang_module_resume_t resume)
  * @param[in] signal           function to call if a signal is received.
  * @param[in] rctx             to pass to the resume() and signal() callbacks.
  * @return
- *     - UNLANG_ACTION_YIELD
+ *     - UNLANG_ACTION_PUSHED_CHILD
  */
 unlang_action_t unlang_module_yield_to_xlat(TALLOC_CTX *ctx, bool *p_success, FR_DLIST_HEAD(fr_value_box_list) *out,
                                            request_t *request, xlat_exp_head_t const *exp,
@@ -485,7 +485,7 @@ unlang_action_t unlang_module_yield_to_xlat(TALLOC_CTX *ctx, bool *p_success, FR
  * @param[in] signal           function to call if a signal is received.
  * @param[in] rctx             to pass to the resume() and signal() callbacks.
  * @return
- *     - UNLANG_ACTION_YIELD
+ *     - UNLANG_ACTION_PUSHED_CHILD
  */
 unlang_action_t unlang_module_yield_to_tmpl(TALLOC_CTX *ctx, FR_DLIST_HEAD(fr_value_box_list) *out,
                                            request_t *request, tmpl_t const *vpt,