Commit acd61a0e authored by Max Kellermann's avatar Max Kellermann

test/run_neighbor_explorer: dump NeighborGlue::GetList() after initialization

parent 58590b71
......@@ -80,6 +80,12 @@ try {
neighbor.Init(loop, listener);
neighbor.Open();
/* dump initial list */
for (const auto &info : neighbor.GetList())
printf("have '%s' (%s)\n",
info.display_name.c_str(), info.uri.c_str());
/* run */
loop.Run();
......
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