Added journaling when a file is saved - beginning of backup scheme
This commit is contained in:
parent
5b242a2d08
commit
d13e4b4318
11 changed files with 346 additions and 45 deletions
|
@ -238,9 +238,6 @@ int ipfs_blockstore_put_unixfs(const struct UnixFS* unix_fs, const struct FSRepo
|
|||
return 0;
|
||||
}
|
||||
|
||||
// send to Put with key (this is now done separately)
|
||||
//fs_repo->config->datastore->datastore_put(key, key_length, block->data, block->data_length, fs_repo->config->datastore);
|
||||
|
||||
free(key);
|
||||
free(filename);
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue