(svn r25891) -Feature: Use smallstack to allow for multiple next hops when loading and unloading.

This commit is contained in:
fonsinchen
2013-10-20 13:47:58 +00:00
parent dffc4d411e
commit 54db96be43
7 changed files with 54 additions and 67 deletions

View File

@@ -4057,8 +4057,9 @@ uint FlowStat::GetShare(StationID st) const
}
/**
* Get a station a package can be routed to, but exclude the given one.
* Get a station a package can be routed to, but exclude the given ones.
* @param excluded StationID not to be selected.
* @param excluded2 Another StationID not to be selected.
* @return A station ID from the shares map.
*/
StationID FlowStat::GetVia(StationID excluded, StationID excluded2) const