]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
engine kr_prop_cb: link to implementation details
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 30 Oct 2018 09:48:10 +0000 (10:48 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 21 Nov 2018 13:26:59 +0000 (14:26 +0100)
lib/module.h

index 74acf60158f28d013136ee1de1ced86638f5649c..295c1f9bac7b8193f4343706feec2453149857ac 100644 (file)
@@ -70,6 +70,7 @@ struct kr_module {
  * @param env pointer to the lua engine, i.e. struct engine *env (TODO: explicit type)
  * @param input parameter (NULL if missing/nil on lua level)
  * @return a free-form JSON output (malloc-ated)
+ * @note see l_trampoline() implementation for details about the input/output conversion.
  */
 typedef char *(kr_prop_cb)(void *env, struct kr_module *self, const char *input);