Doc updates
This commit is contained in:
parent
d7caf78f5e
commit
fb8143470f
1 changed files with 2 additions and 0 deletions
2
nmrp.c
2
nmrp.c
|
|
@ -82,7 +82,9 @@ struct nmrp_msg {
|
||||||
uint8_t code;
|
uint8_t code;
|
||||||
uint8_t id;
|
uint8_t id;
|
||||||
uint16_t len;
|
uint16_t len;
|
||||||
|
/* only opts[0] is valid! think of this as a char* */
|
||||||
struct nmrp_opt opts[NMRP_MAX_OPT_NUM];
|
struct nmrp_opt opts[NMRP_MAX_OPT_NUM];
|
||||||
|
/* this is NOT part of the transmitted packet */
|
||||||
uint32_t num_opts;
|
uint32_t num_opts;
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue