make sure event loop owns logic so that logic call does not use seperate thread

pull/1272/head
Jeff Becker 4 years ago
parent c826d0a0b1
commit 328c7a398e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -155,6 +155,7 @@ struct LinkLayerTest : public test::LlarpTest<llarp::sodium::CryptoLibSodium>
RouterContact::Lifetime = 500ms;
netLoop = llarp_make_ev_loop();
m_logic.reset(new Logic());
netLoop->set_logic(m_logic);
Alice.Setup();
Bob.Setup();
}

Loading…
Cancel
Save