wpi
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2024-08-30 19:32:17 +02:00 committed by Chewing_Bever
parent 80281c702b
commit f09405574b
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
14 changed files with 217 additions and 248 deletions

View file

@ -13,7 +13,11 @@ typedef struct lander_gctx {
} lander_gctx;
typedef struct lander_ctx {
lsm_entry_handle *entry;
union {
lsm_write_handle *write;
lsm_read_handle *read;
} entry;
bool write;
} lander_ctx;
typedef enum lander_attr_type : uint8_t {