mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-17 16:55:13 -06:00
- Created logsdb/LogsDBTypes.hpp to contain LogsDBLogEntry, LogsDBRequest, and LogsDBResponse definitions - Helper classes using std::array<LogsDBLogEntry> now include full definition via LogsDBTypes.hpp - Added RocksDBUtils.hpp include to LogsDBCommon.hpp for ROCKS_DB_CHECKED macro - Updated Appender.hpp, LeaderElection.hpp, and BatchWriter.hpp to include LogsDBTypes.hpp - Removed duplicate type definitions from LogsDB.hpp Co-authored-by: mcrnic <11664456+mcrnic@users.noreply.github.com>