conn_clear_upd func

FossilOrigin-Name: 4f1b416f4a3dad33336b08d0b13da3677eea01ebf539170c33b8efe947fe2bf4
This commit is contained in:
7u83@mail.ru
2016-04-12 05:33:24 +00:00
parent 72902de1d6
commit da3d6db4a3
2 changed files with 32 additions and 0 deletions

View File

@ -216,6 +216,7 @@ struct conn {
int (*msg_start)(struct conn *conn,struct cw_action_in *a,uint8_t*data,int len,struct sockaddr *from);
int (*msg_end)(struct conn *conn,struct cw_action_in *a,uint8_t*elem,int len,struct sockaddr *from);
int (*elem_end)(struct conn *conn,struct cw_action_in *a,int afrc,uint8_t*elem,int len,struct sockaddr *from);
// void (*actions_registered)(struct conn *conn);
@ -289,5 +290,6 @@ int conn_send_msg(struct conn * conn, uint8_t *rawmsg);
int cw_read_from(struct conn * conn);
void conn_clear_upd(struct conn *conn, int merge);
#endif /* __CONN_H */