Some AC actions added.
FossilOrigin-Name: 81ab5c5c07e3ed0b84527274f3c80314fc6411fdd9aede3dba3b2cb2ae0eef8c
This commit is contained in:
@ -56,6 +56,7 @@ struct conn {
|
||||
mbag_t local;
|
||||
|
||||
mbag_t radios;
|
||||
uint8_t radio_create;
|
||||
mbag_t config;
|
||||
|
||||
|
||||
@ -256,6 +257,8 @@ extern int cw_read_messages(struct conn *conn);
|
||||
extern int conn_recvfrom_packet(struct conn *conn, uint8_t * buf, int len,
|
||||
struct sockaddr_storage *from);
|
||||
|
||||
int conn_send_msg(struct conn * conn, uint8_t *rawmsg);
|
||||
int cw_read_from(struct conn * conn);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user