]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Merge branch 'lua-ffi-structs' into 'master'
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 14 Nov 2016 07:13:03 +0000 (08:13 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 14 Nov 2016 07:13:03 +0000 (08:13 +0100)
lua ffi bindings: fix incorrect structs

Some structures have changed but lua was still using the old ABI.
I think no our lua code used the fields misplaced due to this,
except an example in documentation.

I didn't check much of the ABI in there.  I wish I knew some
(half-)automatic way how to do that.

See merge request !68

1  2 
daemon/lua/kres.lua

Simple merge