From fb8143470f8b8dbe9b1494f3ff05d309288cc8fb Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Thu, 18 Feb 2016 22:23:00 +0100 Subject: [PATCH] Doc updates --- nmrp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nmrp.c b/nmrp.c index 327bf81..9b05861 100644 --- a/nmrp.c +++ b/nmrp.c @@ -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; -- 2.25.1