]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lua module framework: reduce usage of void *data
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 9 Apr 2019 07:34:35 +0000 (09:34 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 13 Jun 2019 13:03:15 +0000 (15:03 +0200)
commit1902ba0f6dfe1726264400ebd5be90957578ec79
tree2148fd924d2580e3831917a9aa7bc25197676169
parent63f5cb4dfbfd8fd2932fb8ec64007fdac58af0b7
lua module framework: reduce usage of void *data

Theoretically a lua module could have used them, but I see no motivation
for that, as they have much more convenient ways inside lua.
daemon/ffimodule.c
lib/layer.h