Doc updates

This commit is contained in:
Joseph C. Lehner 2016-02-18 22:23:00 +01:00
parent d7caf78f5e
commit fb8143470f

2
nmrp.c
View file

@ -82,7 +82,9 @@ struct nmrp_msg {
uint8_t code;
uint8_t id;
uint16_t len;
/* only opts[0] is valid! think of this as a char* */
struct nmrp_opt opts[NMRP_MAX_OPT_NUM];
/* this is NOT part of the transmitted packet */
uint32_t num_opts;
} PACKED;