vere: adds comment about re-checking ames' protocol version

This commit is contained in:
Joe Bryan 2020-10-20 17:14:52 -07:00
parent 67f06ce5e5
commit fcd6968e8e

View File

@ -1282,6 +1282,10 @@ _ames_io_talk(u3_auto* car_u)
// scry the protocol version out of arvo
//
// XX this should be re-triggered periodically,
// or, better yet, %ames should emit a %turf
// (or some other reconfig) effect when it is reset.
//
u3_pier_peek_last(car_u->pir_u, u3_nul, c3__ax, u3_nul,
u3nt(u3i_string("protocol"), u3i_string("version"), u3_nul),
sam_u, _ames_prot_scry_cb);