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.c | ||
| audio_common.c | ||
| audio_common.h | ||