diff options
author | paul <paul> | 2003-03-28 01:50:03 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-28 01:50:03 +0000 |
commit | a15f45d44bf947864cff492d3fc4823d5d64383d (patch) | |
tree | 8c835ddfc3db0b2e45cd3feee2f996a905336926 /lib/linklist.c | |
parent | 9a5698489c70e95938ef825d71943ba887f908d2 (diff) |
Amir Guindehi <amir@datacore.ch>:
I got it to compile. The problem was that major functions newly need a
struct ospf *ospf as the first argument. I tried to take the nearest
struct ospf *ospf around the function needing it, because i was not sure
if all those pointers to struct ospf * all point to the same (global)
struct ospf * which you also get when you call ospf_get().
I used area->ospf where I had the area, I used oi->ospf, where I had an
interface, I used lsa->oi->ospf where I had an lsa and i used ospf_get()
where I had nothing. I hope that's correct and works. We will see.
It compiles now without errors. Daemon is tested and works. The opaque lsa
part is not yet tested. I will do that as soon as srrd is ready.
Diffstat (limited to 'lib/linklist.c')
0 files changed, 0 insertions, 0 deletions