visor/src/vsegment.h

5 lines
67 B
C

struct vsegment {
uint64_t gpa;
uint64_t ha;
uint64_t count;
};