Add legacy ordering support toggle for each client

This commit is contained in:
Yukino Song
2025-05-28 22:47:51 +08:00
parent 251ae915a6
commit 2f89d85fca
7 changed files with 94 additions and 17 deletions

View File

@@ -104,6 +104,8 @@ namespace crypto {
std::list<command_entry_t> do_cmds;
std::list<command_entry_t> undo_cmds;
PERM perm;
bool enable_legacy_ordering;
bool allow_client_commands;
};
using p_named_cert_t = std::shared_ptr<named_cert_t>;