feat(lander): integrate persistent insert & get lsm store

This commit is contained in:
Jef Roosens 2023-11-08 11:19:33 +01:00
parent 226873219b
commit 535b92a6b6
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 63 additions and 19 deletions

View file

@ -17,7 +17,8 @@
*/
typedef enum lsm_attr_type : uint64_t {
lsm_attr_type_entry_type = 1 << 0,
lsm_attr_type_content_type = 1 << 1
lsm_attr_type_content_type = 1 << 1,
lsm_attr_type_url = 1 << 2,
} lsm_attr_type;
/**