Create or update a prune lock identified by its name
Declared in <node/blockstorage.h>
[[requires_capability(0x7ff37af171f8), requires_capability(0x7ff376b841d8), requires_capability(0x7ff37ded1dc8), requires_capability(0x7ff36c616fe8), requires_capability(0x7ff37c49ae48), requires_capability(0x7ff39283d848)]]
void
UpdatePruneLock(
std::string const& name,
PruneLockInfo const& lock_info);
| Name | Description |
|---|---|
| name | The name identifying the prune lock. |
| lock_info | The prune lock information to store. |