Skip to content

Commit 9dfab11

Browse files
committed
corrected ttl to int64_t
1 parent 92ee952 commit 9dfab11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tidesdb.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ffi.cdef[[
4747
size_t key_size;
4848
const uint8_t *value;
4949
size_t value_size;
50-
long ttl;
50+
int64_t ttl;
5151
int is_delete;
5252
} tidesdb_commit_op_t;
5353

0 commit comments

Comments
 (0)