Commit 01501319 authored by Max Kellermann's avatar Max Kellermann

test/run_neighbor_explorer: make GlobalInit const

parent 2ddd45e5
...@@ -67,7 +67,7 @@ try { ...@@ -67,7 +67,7 @@ try {
/* initialize the core */ /* initialize the core */
GlobalInit init; const GlobalInit init;
EventLoop loop; EventLoop loop;
const ShutdownHandler shutdown_handler(loop); const ShutdownHandler shutdown_handler(loop);
......
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