visor/src/vsegment.h

6 lines
67 B
C
Raw Permalink Normal View History

2025-03-11 18:46:10 +01:00
struct vsegment {
uint64_t gpa;
uint64_t ha;
uint64_t count;
};