From: Tomas Krizek Date: Mon, 24 Aug 2020 09:42:28 +0000 (+0200) Subject: daemon/lua: update kres-gen.lua X-Git-Tag: v5.2.0~15^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5719eb71fbef1d19ad53e2b2f96eac8dacfc48d7;p=thirdparty%2Fknot-resolver.git daemon/lua: update kres-gen.lua --- diff --git a/daemon/lua/kres-gen.lua b/daemon/lua/kres-gen.lua index 60f0212e7..a689b46dd 100644 --- a/daemon/lua/kres-gen.lua +++ b/daemon/lua/kres-gen.lua @@ -394,6 +394,7 @@ uint32_t packet_ttl(const knot_pkt_t *, _Bool); typedef struct { int sock_type; _Bool tls; + _Bool http; const char *kind; _Bool freebind; } endpoint_flags_t;