]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lua: fixup making the bindings bogus
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 20 Nov 2017 13:23:24 +0000 (14:23 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 20 Nov 2017 13:37:27 +0000 (14:37 +0100)
For now I didn't touch the generator to be correct on this line,
as we will probably want to change it after bumping minimal libknot
version.

daemon/lua/kres-gen.lua

index c5a1a2d747ec5a561a41a74dfdeb2eafde4c50f1..933ca9f7a7c92093f1723255b24d90946d57279d 100644 (file)
@@ -49,7 +49,7 @@ struct knot_pkt {
        knot_rrinfo_t *rr_info;
        knot_rrset_t *rr;
        knot_mm_t mm;
-       knot_compr_t compr;
+       char _stub[]; /* TMP: do NOT replace yet (changed in libknot-2.6.0) */
 };
 typedef struct knot_pkt knot_pkt_t;
 typedef struct {