From: Vladimír Čunát Date: Mon, 20 Nov 2017 13:23:24 +0000 (+0100) Subject: lua: fixup making the bindings bogus X-Git-Tag: v1.5.1~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6c7ca648aed362d87afd261e287edbe27bdfcf;p=thirdparty%2Fknot-resolver.git lua: fixup making the bindings bogus 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. --- diff --git a/daemon/lua/kres-gen.lua b/daemon/lua/kres-gen.lua index c5a1a2d74..933ca9f7a 100644 --- a/daemon/lua/kres-gen.lua +++ b/daemon/lua/kres-gen.lua @@ -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 {