> struct babel_addrs { // could use a better name
>      unsigned char src_prefix[16]
>      unsigned char prefix[16];
>      unsigned char src_plen;
>      unsigned char plen;
>      unsigned short nexthop; // an index, not a ptr, into the nexthop
> table, sometimes unused
> };

> struct resend *find_request(const struct babel_addrs *, struct resend
> **previous_return);

See the "dev" branch in Matthieu's fork of babeld -- he's calling that
"struct datum".

-- Juliusz

_______________________________________________
Babel-users mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users

Reply via email to