server: cleanup (remove slot.batch_spec, rename)

This commit is contained in:
Sascha Rogmann
2026-01-23 23:31:32 +01:00
parent 1e29af4ea5
commit a1584ac80f
11 changed files with 41 additions and 51 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ void common_ngram_map_draft(common_ngram_map & map,
map.last_draft_value_idx = slot_max; // value used for draft generation.
}
void common_ngram_map_send_accepted(common_ngram_map & map, uint16_t n_accepted) {
void common_ngram_map_accept(common_ngram_map & map, uint16_t n_accepted) {
if (!map.last_draft_created) {
return;
}