neighbor/Glue: use struct ConfigData
This commit is contained in:
@@ -79,7 +79,7 @@ try {
|
||||
|
||||
MyNeighborListener listener;
|
||||
NeighborGlue neighbor;
|
||||
neighbor.Init(loop, listener);
|
||||
neighbor.Init(GetGlobalConfig(), loop, listener);
|
||||
neighbor.Open();
|
||||
|
||||
/* dump initial list */
|
||||
|
Reference in New Issue
Block a user