mirror of https://github.com/jetkvm/kvm.git
Change recovery_attempts from int to uint8_t for better efficiency: - Reduces memory footprint (1 byte vs 4 bytes) - Better cache utilization on ARM - Matches max_attempts type (uint8_t) - Values never exceed 3, fits perfectly in uint8_t range Updated function signature and all call sites for consistency. |
||
|---|---|---|
| .. | ||
| audio | ||
| confparser | ||
| hidrpc | ||
| logging | ||
| mdns | ||
| native | ||
| network/types | ||
| sync | ||
| timesync | ||
| tzdata | ||
| usbgadget | ||
| utils | ||
| websecure | ||