This commit is contained in:
parent
80281c702b
commit
f09405574b
14 changed files with 217 additions and 248 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue