feat(lsm): iterator over items in trie
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
90826c3644
commit
83072d5441
9 changed files with 229 additions and 8 deletions
|
|
@ -120,7 +120,7 @@ void test_iter() {
|
|||
lsm_bt_iter(&iter, bt);
|
||||
|
||||
char key;
|
||||
const void *data;
|
||||
void *data;
|
||||
size_t i = 0;
|
||||
|
||||
while (lsm_bt_iter_next(&data, &key, &iter)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue