Fixed misleading comment.
This commit is contained in:
parent
7f3d198df1
commit
2a900b1b15
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void if_feed_baby(struct proto *);
|
||||||
typedef struct neighbor {
|
typedef struct neighbor {
|
||||||
node n; /* Node in global neighbor list */
|
node n; /* Node in global neighbor list */
|
||||||
ip_addr addr; /* Address of the neighbor */
|
ip_addr addr; /* Address of the neighbor */
|
||||||
struct iface *iface; /* Interface address it's connected to */
|
struct iface *iface; /* Interface it's connected to */
|
||||||
struct neighbor *sibling; /* Next in per-device chain */
|
struct neighbor *sibling; /* Next in per-device chain */
|
||||||
struct proto *proto; /* Protocol this belongs to */
|
struct proto *proto; /* Protocol this belongs to */
|
||||||
void *data; /* Protocol-specific data */
|
void *data; /* Protocol-specific data */
|
||||||
|
|
Loading…
Reference in a new issue