mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-22 10:31:53 +00:00
web UI rewrite, switch to ndjson.zst index format
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#define STORE_SIZE_META STORE_SIZE_TAG
|
||||
|
||||
typedef struct store_t {
|
||||
char *path;
|
||||
char *tmp_path;
|
||||
MDB_dbi dbi;
|
||||
MDB_env *env;
|
||||
size_t size;
|
||||
@@ -18,7 +20,7 @@ typedef struct store_t {
|
||||
pthread_rwlock_t lock;
|
||||
} store_t;
|
||||
|
||||
store_t *store_create(char *path, size_t chunk_size);
|
||||
store_t *store_create(const char *path, size_t chunk_size);
|
||||
|
||||
void store_destroy(store_t *store);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user