refactor(lsm): clean up disk write code
This commit is contained in:
parent
4fb127d9db
commit
715e1f9a58
2 changed files with 47 additions and 43 deletions
|
|
@ -24,7 +24,7 @@ typedef enum lander_attr_type : uint8_t {
|
|||
lander_attr_type_url = 2,
|
||||
} lander_attr_type;
|
||||
|
||||
typedef enum lander_entry_type {
|
||||
typedef enum lander_entry_type : uint8_t {
|
||||
lander_entry_type_redirect = 0,
|
||||
lander_entry_type_paste = 1,
|
||||
} lander_entry_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue