renamed receiver to role

FossilOrigin-Name: 327b978d4ded4fcc016c2c1b2b4c86cc9ab58e7970b7948de607a1cc59ed0fb7
This commit is contained in:
7u83@mail.ru 2018-04-01 08:06:03 +00:00
parent 442ebdcd66
commit 733ba6795d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ struct conn {
uint8_t session_id[16];
int receiver;
int role;
/** base_mac */
bstr_t base_rmac;