* @param[in] request The current request.
* @param[in] rctx Opaque (to us), resume ctx provided by the xlat function
* when it yielded.
+ * @param[in] action What the request should do (the type of signal).
*/
void xlat_signal(xlat_func_signal_t signal, xlat_exp_t const *exp,
REQUEST *request, void *rctx, fr_state_signal_t action)
*
* @param[in] request The current request.
* @param[in] rctx created by #unlang_module.
- * @param[in] action to signal.
+ * @param[in] action What the request should do (the type of signal).
*/
static void unlang_xlat_signal(REQUEST *request, void *rctx, fr_state_signal_t action)
{