return lsh->getTimestamp();
}
bool s_flag_deleted{false};
- bool s_handle_dups{false};
}
#endif /* #ifndef DNSDIST */
uint64_t LSgetTimestamp(std::string_view val);
extern bool s_flag_deleted;
- extern bool s_handle_dups;
}
#undef _LMDB_SAFE_BSWAP64MAYBE
}
LMDBLS::s_flag_deleted = mustDo("flag-deleted");
- LMDBLS::s_handle_dups = false;
+ d_handle_dups = false;
if (mustDo("lightning-stream")) {
d_random_ids = true;
+ d_handle_dups = true;
LMDBLS::s_flag_deleted = true;
- LMDBLS::s_handle_dups = true;
}
bool opened = false;
uint32_t d_transactiondomainid;
bool d_dolog;
bool d_random_ids;
+ bool d_handle_dups;
DTime d_dtime; // used only for logging
};