Commit a19cdda2 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Rename local_dump to local_notify_all.

parent 2d9bff92
......@@ -619,7 +619,7 @@ main(int argc, char **argv)
if(errno != EINTR && errno != EAGAIN)
perror("accept(local_server_socket)");
} else {
local_dump();
local_notify_all();
}
}
......
......@@ -223,7 +223,7 @@ local_notify_route(struct route *route, int kind)
}
void
local_dump()
local_notify_all()
{
int i, rc;
struct neighbour *neigh;
......
......@@ -35,7 +35,7 @@ void local_notify_self(void);
void local_notify_neighbour(struct neighbour *neigh, int kind);
void local_notify_xroute(struct xroute *xroute, int kind);
void local_notify_route(struct route *route, int kind);
void local_dump(void);
void local_notify_all(void);
#else
......
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