Version 0.9

This commit is contained in:
2026-02-19 15:28:06 +01:00
parent 868312edf8
commit 238e35b581
31 changed files with 4256 additions and 2253 deletions
+8 -4
View File
@@ -3,14 +3,18 @@
#include <lib/file_system.h>
#include <state_machine/state_machine.h>
#include <state_machine/kvstore.h>
typedef struct {
uint64_t term;
uint64_t client_id;
Operation oper;
uint64_t term;
uint64_t client_id;
uint64_t request_id;
KVStoreOper oper;
uint32_t checksum;
} WALEntry;
uint32_t wal_entry_checksum(WALEntry *entry);
typedef struct {
int count;
int capacity;