blob: 21eb7540f8f387c4dc37aa341764e0076fa75f03 [file] [log] [blame]
#pragma once
struct RouterStats {
size_t connections_routed = 0;
size_t nets_routed = 0;
size_t heap_pushes = 0;
size_t heap_pops = 0;
};