vere: add 'ax' to motes.h

This commit is contained in:
Fang 2020-08-06 23:47:35 +02:00
parent 61c64584aa
commit c142184cd4
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972
2 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,7 @@
# define c3__at c3_s2('a','t')
# define c3__atom c3_s4('a','t','o','m')
# define c3__auth c3_s4('a','u','t','h')
# define c3__ax c3_s2('a','x')
# define c3__axe c3_s3('a','x','e')
# define c3__axil c3_s4('a','x','i','l')
# define c3__axis c3_s4('a','x','i','s')

View File

@ -823,7 +823,7 @@ _ames_recv_cb(uv_udp_t* wax_u,
u3dc("scot", 'p', u3i_chubs(2, rec_d)),
u3i_string("forward-lane"),
u3_nul);
u3_pier_peek_last(sam_u->pir_u, u3_nul, c3_s2('a', 'x'),
u3_pier_peek_last(sam_u->pir_u, u3_nul, c3__ax,
u3_nul, pax, pac_u, _ames_lane_scry_cb);
}
}
@ -988,7 +988,7 @@ _ames_io_talk(u3_auto* car_u)
// scry the protocol version out of arvo
//
u3_pier_peek_last(car_u->pir_u, u3_nul, c3_s2('a', 'x'), u3_nul,
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);
}