Skip to content

Commit aa242b3

Browse files
committed
1 parent d8920a1 commit aa242b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/lwan-template.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ enum lwan_tpl_flag { LWAN_TPL_FLAG_CONST_TEMPLATE = 1 << 0 };
2727

2828
struct lwan_var_descriptor {
2929
const char *name;
30-
3130
const off_t offset;
31+
const struct lwan_var_descriptor *list_desc;
3232

3333
union {
3434
struct {
@@ -37,7 +37,6 @@ struct lwan_var_descriptor {
3737
};
3838
struct {
3939
coro_function_t generator;
40-
const struct lwan_var_descriptor *list_desc;
4140
};
4241
struct {
4342
void (*lambda)(struct lwan_strbuf *buf, void *ptr);

0 commit comments

Comments
 (0)