feat(lsm): sync database when closing handle

This commit is contained in:
Jef Roosens 2023-11-09 22:40:06 +01:00
parent eb0ce16f78
commit 9b223d04a0
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
8 changed files with 33 additions and 28 deletions

View file

@ -57,6 +57,4 @@ bool lander_get_entry_lsm(event_loop_conn *conn);
bool lander_post_redirect_body_to_attr(event_loop_conn *conn);
bool lander_entry_sync(event_loop_conn *conn);
#endif