Commit 60938983 authored by jan.koester's avatar jan.koester
Browse files

test

parent 1043269c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -110,6 +110,9 @@ public:
    // Returns number of nodes that completed vacuum successfully.
    size_t vacuum_all_nodes();

    // Mark a node as dead (skip it for the cooldown period)
    void mark_node_dead(size_t node_index);

    // Designate a node index as "local" — bypass QUIC, use block_store directly
    void set_local_node(size_t node_index, std::shared_ptr<block_store> store);