Commit 7363fe9c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Make neigh->hello_seqno a short.

parent be11ff52
......@@ -25,10 +25,11 @@ struct neighbour {
unsigned char address[16];
unsigned short reach;
unsigned short txcost;
/* This is -1 when unknown, so don't make it unsigned */
short int hello_seqno;
int txcost_time;
int hello_time;
int hello_interval;
int hello_seqno;
struct network *network;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment