mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-06-07 02:36:50 +00:00
Fixed incorrect memory access issues. (#109)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace state_sync
|
||||
// Represents a queued up state sync operation which needs to be performed.
|
||||
struct backlog_item
|
||||
{
|
||||
BACKLOG_ITEM_TYPE type;
|
||||
BACKLOG_ITEM_TYPE type = BACKLOG_ITEM_TYPE::DIR;
|
||||
std::string path;
|
||||
int32_t block_id = -1; // Only relevant if type=BLOCK
|
||||
hpfs::h32 expected_hash;
|
||||
|
||||
Reference in New Issue
Block a user