Skip to content

Commit

Permalink
ames: populate gang with fine sender when scrying into arvo
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Dec 18, 2023
1 parent 2fb9dad commit 1c89993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/vere/io/ames.c
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,8 @@ _fine_hear_request(u3_pact* req_u, c3_w cur_w)

// scry into arvo for a page of packets
//
u3_pier_peek_last(res_u->sam_u->car_u.pir_u, u3_nul, c3__ax, u3_nul,
u3_noun gang = u3nq(u3_nul, u3i_chubs(2, req_u->pre_u.sen_d), u3_nul, u3_nul);
u3_pier_peek_last(res_u->sam_u->car_u.pir_u, gang, c3__ax, u3_nul,
pax, res_u, _fine_hunk_scry_cb);
}
// cache hit, fill in response meow and send
Expand Down

0 comments on commit 1c89993

Please sign in to comment.