Core: Move router data structures, and the deprecated RouterAddress sorter, from core to router.

This will break Android and the i2pcontrol plugin but shouldn't affect anything else.
This commit is contained in:
zzz
2014-08-21 17:36:06 +00:00
parent 4f9e13d0f6
commit d7feab116f
95 changed files with 226 additions and 182 deletions

View File

@ -29,8 +29,8 @@ import net.i2p.data.Destination;
import net.i2p.data.Hash;
import net.i2p.data.Lease;
import net.i2p.data.LeaseSet;
import net.i2p.data.RouterAddress;
import net.i2p.data.RouterInfo;
import net.i2p.data.router.RouterAddress;
import net.i2p.data.router.RouterInfo;
import net.i2p.router.RouterContext;
import net.i2p.router.TunnelPoolSettings;
import net.i2p.router.util.HashDistance; // debug