]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs: Document missing argument
authorNick Porter <nick@portercomputing.co.uk>
Tue, 28 Mar 2023 12:50:42 +0000 (13:50 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 28 Mar 2023 12:58:15 +0000 (13:58 +0100)
src/lib/server/module_ctx.h

index efa267f01ce5a2912dc5f1ffcacbb169fdaca671..7f2f25aa5ac3e9feacc3bf97c7d399b88a2e64d1 100644 (file)
@@ -117,6 +117,7 @@ DIAG_ON(unused-function)
  *
  * @param[in] _dl_inst of the module being called.
  * @param[in] _thread  instance of the module being called.
+ * @param[in] _env_data        Module environment data.
  * @param[in] _rctx    Resume ctx (if any).
  */
 #define MODULE_CTX(_dl_inst, _thread, _env_data, _rctx) &(module_ctx_t){ .inst = _dl_inst, .thread = _thread, .env_data = _env_data, .rctx = _rctx }