bug fixes

This commit is contained in:
John Smith
2022-11-03 22:02:40 -04:00
parent 404f579baa
commit c1644f1015
5 changed files with 344 additions and 222 deletions

View File

@@ -25,7 +25,7 @@ pub use intf::BlockStore;
pub use intf::ProtectedStore;
pub use intf::TableStore;
pub use network_manager::NetworkManager;
pub use routing_table::RoutingTable;
pub use routing_table::{NodeRef, NodeRefBase, RoutingTable};
use core::fmt;
use core_context::{api_shutdown, VeilidCoreContext};