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. |
||
|---|---|---|
| .. | ||
| c | ||
| cgo_source.go | ||
| cgo_source_stub.go | ||
| relay.go | ||
| source.go | ||