neighbor/Glue: use struct ConfigData

This commit is contained in:
Max Kellermann
2018-07-17 23:11:33 +02:00
parent 3a4a430f6c
commit 4f678aa244
4 changed files with 10 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ try {
MyNeighborListener listener;
NeighborGlue neighbor;
neighbor.Init(loop, listener);
neighbor.Init(GetGlobalConfig(), loop, listener);
neighbor.Open();
/* dump initial list */