mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Pass a bool to the describer telling it if the directory is new.
This commit is contained in:
@@ -147,7 +147,7 @@ public:
|
||||
uint64 & uNodeDir, // Node of entry.
|
||||
uint256 const & uRootIndex,
|
||||
uint256 const & uLedgerIndex,
|
||||
FUNCTION_TYPE<void (SLE::ref)> fDescriber);
|
||||
FUNCTION_TYPE<void (SLE::ref, bool)> fDescriber);
|
||||
|
||||
TER dirDelete (
|
||||
const bool bKeepRoot,
|
||||
|
||||
Reference in New Issue
Block a user